d1s 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (408) hide show
  1. package/README.md +7 -0
  2. package/dist/.next/.next/BUILD_ID +1 -0
  3. package/dist/.next/.next/app-build-manifest.json +109 -0
  4. package/dist/.next/.next/app-path-routes-manifest.json +1 -0
  5. package/dist/.next/.next/build-manifest.json +33 -0
  6. package/dist/.next/.next/cache/.rscinfo +1 -0
  7. package/dist/.next/.next/cache/.tsbuildinfo +1 -0
  8. package/dist/.next/.next/cache/webpack/client-production/0.pack +0 -0
  9. package/dist/.next/.next/cache/webpack/client-production/1.pack +0 -0
  10. package/dist/.next/.next/cache/webpack/client-production/2.pack +0 -0
  11. package/dist/.next/.next/cache/webpack/client-production/index.pack +0 -0
  12. package/dist/.next/.next/cache/webpack/client-production/index.pack.old +0 -0
  13. package/dist/.next/.next/cache/webpack/edge-server-production/0.pack +0 -0
  14. package/dist/.next/.next/cache/webpack/edge-server-production/index.pack +0 -0
  15. package/dist/.next/.next/cache/webpack/server-production/0.pack +0 -0
  16. package/dist/.next/.next/cache/webpack/server-production/1.pack +0 -0
  17. package/dist/.next/.next/cache/webpack/server-production/index.pack +0 -0
  18. package/dist/.next/.next/cache/webpack/server-production/index.pack.old +0 -0
  19. package/dist/.next/.next/diagnostics/build-diagnostics.json +6 -0
  20. package/dist/.next/.next/diagnostics/framework.json +1 -0
  21. package/dist/.next/.next/export-marker.json +1 -0
  22. package/dist/.next/.next/images-manifest.json +1 -0
  23. package/dist/.next/.next/next-minimal-server.js.nft.json +1 -0
  24. package/dist/.next/.next/next-server.js.nft.json +1 -0
  25. package/dist/.next/.next/package.json +1 -0
  26. package/dist/.next/.next/prerender-manifest.json +1 -0
  27. package/dist/.next/.next/react-loadable-manifest.json +1 -0
  28. package/dist/.next/.next/required-server-files.json +1 -0
  29. package/dist/.next/.next/routes-manifest.json +1 -0
  30. package/dist/.next/.next/server/app/_not-found/page.js +1 -0
  31. package/dist/.next/.next/server/app/_not-found/page.js.nft.json +1 -0
  32. package/dist/.next/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  33. package/dist/.next/.next/server/app/_not-found.html +1 -0
  34. package/dist/.next/.next/server/app/_not-found.meta +8 -0
  35. package/dist/.next/.next/server/app/_not-found.rsc +16 -0
  36. package/dist/.next/.next/server/app/api/cloudflare/route.js +1 -0
  37. package/dist/.next/.next/server/app/api/cloudflare/route.js.nft.json +1 -0
  38. package/dist/.next/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -0
  39. package/dist/.next/.next/server/app/api/databases/route.js +1 -0
  40. package/dist/.next/.next/server/app/api/databases/route.js.nft.json +1 -0
  41. package/dist/.next/.next/server/app/api/databases/route_client-reference-manifest.js +1 -0
  42. package/dist/.next/.next/server/app/api/migrations/sync/route.js +12 -0
  43. package/dist/.next/.next/server/app/api/migrations/sync/route.js.nft.json +1 -0
  44. package/dist/.next/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -0
  45. package/dist/.next/.next/server/app/api/migrations/sync-files/route.js +1 -0
  46. package/dist/.next/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -0
  47. package/dist/.next/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -0
  48. package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js +1 -0
  49. package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -0
  50. package/dist/.next/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -0
  51. package/dist/.next/.next/server/app/api/pull-remote/preview/route.js +1 -0
  52. package/dist/.next/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -0
  53. package/dist/.next/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -0
  54. package/dist/.next/.next/server/app/api/push-remote/confirm/route.js +14 -0
  55. package/dist/.next/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -0
  56. package/dist/.next/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -0
  57. package/dist/.next/.next/server/app/api/push-remote/preview/route.js +14 -0
  58. package/dist/.next/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -0
  59. package/dist/.next/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -0
  60. package/dist/.next/.next/server/app/api/query/route.js +8 -0
  61. package/dist/.next/.next/server/app/api/query/route.js.nft.json +1 -0
  62. package/dist/.next/.next/server/app/api/query/route_client-reference-manifest.js +1 -0
  63. package/dist/.next/.next/server/app/api/tables/[name]/route.js +5 -0
  64. package/dist/.next/.next/server/app/api/tables/[name]/route.js.nft.json +1 -0
  65. package/dist/.next/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -0
  66. package/dist/.next/.next/server/app/api/tables/route.js +7 -0
  67. package/dist/.next/.next/server/app/api/tables/route.js.nft.json +1 -0
  68. package/dist/.next/.next/server/app/api/tables/route_client-reference-manifest.js +1 -0
  69. package/dist/.next/.next/server/app/index.html +3 -0
  70. package/dist/.next/.next/server/app/index.meta +7 -0
  71. package/dist/.next/.next/server/app/index.rsc +20 -0
  72. package/dist/.next/.next/server/app/page.js +58 -0
  73. package/dist/.next/.next/server/app/page.js.nft.json +1 -0
  74. package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -0
  75. package/dist/.next/.next/server/app-paths-manifest.json +15 -0
  76. package/dist/.next/.next/server/chunks/336.js +1 -0
  77. package/dist/.next/.next/server/chunks/627.js +6 -0
  78. package/dist/.next/.next/server/chunks/638.js +13 -0
  79. package/dist/.next/.next/server/chunks/801.js +55 -0
  80. package/dist/.next/.next/server/chunks/973.js +2 -0
  81. package/dist/.next/.next/server/chunks/992.js +3 -0
  82. package/dist/.next/.next/server/functions-config-manifest.json +1 -0
  83. package/dist/.next/.next/server/interception-route-rewrite-manifest.js +1 -0
  84. package/dist/.next/.next/server/middleware-build-manifest.js +1 -0
  85. package/dist/.next/.next/server/middleware-manifest.json +6 -0
  86. package/dist/.next/.next/server/middleware-react-loadable-manifest.js +1 -0
  87. package/dist/.next/.next/server/next-font-manifest.js +1 -0
  88. package/dist/.next/.next/server/next-font-manifest.json +1 -0
  89. package/dist/.next/.next/server/pages/404.html +1 -0
  90. package/dist/.next/.next/server/pages/500.html +1 -0
  91. package/dist/.next/.next/server/pages/_app.js +1 -0
  92. package/dist/.next/.next/server/pages/_app.js.nft.json +1 -0
  93. package/dist/.next/.next/server/pages/_document.js +1 -0
  94. package/dist/.next/.next/server/pages/_document.js.nft.json +1 -0
  95. package/dist/.next/.next/server/pages/_error.js +1 -0
  96. package/dist/.next/.next/server/pages/_error.js.nft.json +1 -0
  97. package/dist/.next/.next/server/pages-manifest.json +1 -0
  98. package/dist/.next/.next/server/server-reference-manifest.js +1 -0
  99. package/dist/.next/.next/server/server-reference-manifest.json +1 -0
  100. package/dist/.next/.next/server/webpack-runtime.js +1 -0
  101. package/dist/.next/.next/static/ODMSSwVqLoDcBgbFHUjr8/_buildManifest.js +1 -0
  102. package/dist/.next/.next/static/ODMSSwVqLoDcBgbFHUjr8/_ssgManifest.js +1 -0
  103. package/dist/.next/.next/static/chunks/422-6fa3c14fc64ad67b.js +1 -0
  104. package/dist/.next/.next/static/chunks/4bd1b696-8c908eb707f85a27.js +1 -0
  105. package/dist/.next/.next/static/chunks/517-3b698a5d3da06ff7.js +2 -0
  106. package/dist/.next/.next/static/chunks/692-ede418e1d28a1394.js +1 -0
  107. package/dist/.next/.next/static/chunks/735-c9144179c6bd7d06.js +1 -0
  108. package/dist/.next/.next/static/chunks/92-c4466e0f1ca8a3a8.js +1 -0
  109. package/dist/.next/.next/static/chunks/app/_not-found/page-b786c3dd79ad15a5.js +1 -0
  110. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +1 -0
  111. package/dist/.next/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +1 -0
  112. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +1 -0
  113. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +1 -0
  114. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +1 -0
  115. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +1 -0
  116. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +1 -0
  117. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +1 -0
  118. package/dist/.next/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +1 -0
  119. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +1 -0
  120. package/dist/.next/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +1 -0
  121. package/dist/.next/.next/static/chunks/app/layout-8360fab69b848283.js +1 -0
  122. package/dist/.next/.next/static/chunks/app/page-75081ac7a88cb706.js +1 -0
  123. package/dist/.next/.next/static/chunks/framework-d29117d969504448.js +1 -0
  124. package/dist/.next/.next/static/chunks/main-8d0ab17774ffa031.js +1 -0
  125. package/dist/.next/.next/static/chunks/main-app-d36cdfb402b40f13.js +1 -0
  126. package/dist/.next/.next/static/chunks/pages/_app-d23763e3e6c904ff.js +1 -0
  127. package/dist/.next/.next/static/chunks/pages/_error-9b7125ad1a1e68fa.js +1 -0
  128. package/dist/.next/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  129. package/dist/.next/.next/static/chunks/webpack-c76ac1e586b2802a.js +1 -0
  130. package/dist/.next/.next/static/css/c51a7ef325e30c16.css +3 -0
  131. package/dist/.next/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
  132. package/dist/.next/.next/static/media/747892c23ea88013-s.woff2 +0 -0
  133. package/dist/.next/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
  134. package/dist/.next/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
  135. package/dist/.next/.next/trace +3 -0
  136. package/dist/.next/.next/types/app/api/cloudflare/route.ts +347 -0
  137. package/dist/.next/.next/types/app/api/databases/route.ts +347 -0
  138. package/dist/.next/.next/types/app/api/migrations/sync/route.ts +347 -0
  139. package/dist/.next/.next/types/app/api/migrations/sync-files/route.ts +347 -0
  140. package/dist/.next/.next/types/app/api/pull-remote/confirm/route.ts +347 -0
  141. package/dist/.next/.next/types/app/api/pull-remote/preview/route.ts +347 -0
  142. package/dist/.next/.next/types/app/api/push-remote/confirm/route.ts +347 -0
  143. package/dist/.next/.next/types/app/api/push-remote/preview/route.ts +347 -0
  144. package/dist/.next/.next/types/app/api/query/route.ts +347 -0
  145. package/dist/.next/.next/types/app/api/tables/[name]/route.ts +347 -0
  146. package/dist/.next/.next/types/app/api/tables/route.ts +347 -0
  147. package/dist/.next/.next/types/app/page.ts +84 -0
  148. package/dist/.next/.next/types/cache-life.d.ts +141 -0
  149. package/dist/.next/.next/types/package.json +1 -0
  150. package/dist/.next/BUILD_ID +1 -0
  151. package/dist/.next/app-build-manifest.json +109 -0
  152. package/dist/.next/app-path-routes-manifest.json +1 -0
  153. package/dist/.next/build-manifest.json +33 -0
  154. package/dist/.next/cache/.rscinfo +1 -0
  155. package/dist/.next/cache/.tsbuildinfo +1 -0
  156. package/dist/.next/cache/webpack/client-production/0.pack +0 -0
  157. package/dist/.next/cache/webpack/client-production/index.pack +0 -0
  158. package/dist/.next/cache/webpack/edge-server-production/0.pack +0 -0
  159. package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
  160. package/dist/.next/cache/webpack/server-production/0.pack +0 -0
  161. package/dist/.next/cache/webpack/server-production/index.pack +0 -0
  162. package/dist/.next/diagnostics/build-diagnostics.json +6 -0
  163. package/dist/.next/diagnostics/framework.json +1 -0
  164. package/dist/.next/export-marker.json +1 -0
  165. package/dist/.next/images-manifest.json +1 -0
  166. package/dist/.next/next-minimal-server.js.nft.json +1 -0
  167. package/dist/.next/next-server.js.nft.json +1 -0
  168. package/dist/.next/package.json +1 -0
  169. package/dist/.next/prerender-manifest.json +1 -0
  170. package/dist/.next/react-loadable-manifest.json +1 -0
  171. package/dist/.next/required-server-files.json +1 -0
  172. package/dist/.next/routes-manifest.json +1 -0
  173. package/dist/.next/server/app/_not-found/page.js +1 -0
  174. package/dist/.next/server/app/_not-found/page.js.nft.json +1 -0
  175. package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  176. package/dist/.next/server/app/_not-found.html +1 -0
  177. package/dist/.next/server/app/_not-found.meta +8 -0
  178. package/dist/.next/server/app/_not-found.rsc +16 -0
  179. package/dist/.next/server/app/api/cloudflare/route.js +1 -0
  180. package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -0
  181. package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -0
  182. package/dist/.next/server/app/api/databases/route.js +1 -0
  183. package/dist/.next/server/app/api/databases/route.js.nft.json +1 -0
  184. package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -0
  185. package/dist/.next/server/app/api/migrations/sync/route.js +12 -0
  186. package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -0
  187. package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -0
  188. package/dist/.next/server/app/api/migrations/sync-files/route.js +1 -0
  189. package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -0
  190. package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -0
  191. package/dist/.next/server/app/api/pull-remote/confirm/route.js +1 -0
  192. package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -0
  193. package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -0
  194. package/dist/.next/server/app/api/pull-remote/preview/route.js +1 -0
  195. package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -0
  196. package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -0
  197. package/dist/.next/server/app/api/push-remote/confirm/route.js +14 -0
  198. package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -0
  199. package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -0
  200. package/dist/.next/server/app/api/push-remote/preview/route.js +14 -0
  201. package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -0
  202. package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -0
  203. package/dist/.next/server/app/api/query/route.js +8 -0
  204. package/dist/.next/server/app/api/query/route.js.nft.json +1 -0
  205. package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -0
  206. package/dist/.next/server/app/api/tables/[name]/route.js +5 -0
  207. package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -0
  208. package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -0
  209. package/dist/.next/server/app/api/tables/route.js +7 -0
  210. package/dist/.next/server/app/api/tables/route.js.nft.json +1 -0
  211. package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -0
  212. package/dist/.next/server/app/index.html +3 -0
  213. package/dist/.next/server/app/index.meta +7 -0
  214. package/dist/.next/server/app/index.rsc +20 -0
  215. package/dist/.next/server/app/page.js +58 -0
  216. package/dist/.next/server/app/page.js.nft.json +1 -0
  217. package/dist/.next/server/app/page_client-reference-manifest.js +1 -0
  218. package/dist/.next/server/app-paths-manifest.json +15 -0
  219. package/dist/.next/server/chunks/336.js +1 -0
  220. package/dist/.next/server/chunks/627.js +6 -0
  221. package/dist/.next/server/chunks/638.js +13 -0
  222. package/dist/.next/server/chunks/801.js +55 -0
  223. package/dist/.next/server/chunks/973.js +2 -0
  224. package/dist/.next/server/chunks/992.js +3 -0
  225. package/dist/.next/server/functions-config-manifest.json +1 -0
  226. package/dist/.next/server/interception-route-rewrite-manifest.js +1 -0
  227. package/dist/.next/server/middleware-build-manifest.js +1 -0
  228. package/dist/.next/server/middleware-manifest.json +6 -0
  229. package/dist/.next/server/middleware-react-loadable-manifest.js +1 -0
  230. package/dist/.next/server/next-font-manifest.js +1 -0
  231. package/dist/.next/server/next-font-manifest.json +1 -0
  232. package/dist/.next/server/pages/404.html +1 -0
  233. package/dist/.next/server/pages/500.html +1 -0
  234. package/dist/.next/server/pages/_app.js +1 -0
  235. package/dist/.next/server/pages/_app.js.nft.json +1 -0
  236. package/dist/.next/server/pages/_document.js +1 -0
  237. package/dist/.next/server/pages/_document.js.nft.json +1 -0
  238. package/dist/.next/server/pages/_error.js +1 -0
  239. package/dist/.next/server/pages/_error.js.nft.json +1 -0
  240. package/dist/.next/server/pages-manifest.json +1 -0
  241. package/dist/.next/server/server-reference-manifest.js +1 -0
  242. package/dist/.next/server/server-reference-manifest.json +1 -0
  243. package/dist/.next/server/webpack-runtime.js +1 -0
  244. package/dist/.next/static/OmPVuV0d1lrcjSBQzxkdH/_buildManifest.js +1 -0
  245. package/dist/.next/static/OmPVuV0d1lrcjSBQzxkdH/_ssgManifest.js +1 -0
  246. package/dist/.next/static/chunks/422-6fa3c14fc64ad67b.js +1 -0
  247. package/dist/.next/static/chunks/4bd1b696-8c908eb707f85a27.js +1 -0
  248. package/dist/.next/static/chunks/517-3b698a5d3da06ff7.js +2 -0
  249. package/dist/.next/static/chunks/692-ede418e1d28a1394.js +1 -0
  250. package/dist/.next/static/chunks/735-c9144179c6bd7d06.js +1 -0
  251. package/dist/.next/static/chunks/92-c4466e0f1ca8a3a8.js +1 -0
  252. package/dist/.next/static/chunks/app/_not-found/page-b786c3dd79ad15a5.js +1 -0
  253. package/dist/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +1 -0
  254. package/dist/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +1 -0
  255. package/dist/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +1 -0
  256. package/dist/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +1 -0
  257. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +1 -0
  258. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +1 -0
  259. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +1 -0
  260. package/dist/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +1 -0
  261. package/dist/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +1 -0
  262. package/dist/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +1 -0
  263. package/dist/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +1 -0
  264. package/dist/.next/static/chunks/app/layout-8360fab69b848283.js +1 -0
  265. package/dist/.next/static/chunks/app/page-75081ac7a88cb706.js +1 -0
  266. package/dist/.next/static/chunks/framework-d29117d969504448.js +1 -0
  267. package/dist/.next/static/chunks/main-8d0ab17774ffa031.js +1 -0
  268. package/dist/.next/static/chunks/main-app-d36cdfb402b40f13.js +1 -0
  269. package/dist/.next/static/chunks/pages/_app-d23763e3e6c904ff.js +1 -0
  270. package/dist/.next/static/chunks/pages/_error-9b7125ad1a1e68fa.js +1 -0
  271. package/dist/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  272. package/dist/.next/static/chunks/webpack-c76ac1e586b2802a.js +1 -0
  273. package/dist/.next/static/css/c51a7ef325e30c16.css +3 -0
  274. package/dist/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
  275. package/dist/.next/static/media/747892c23ea88013-s.woff2 +0 -0
  276. package/dist/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
  277. package/dist/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
  278. package/dist/.next/trace +13 -0
  279. package/dist/.next/types/app/api/cloudflare/route.ts +347 -0
  280. package/dist/.next/types/app/api/databases/route.ts +347 -0
  281. package/dist/.next/types/app/api/migrations/sync/route.ts +347 -0
  282. package/dist/.next/types/app/api/migrations/sync-files/route.ts +347 -0
  283. package/dist/.next/types/app/api/pull-remote/confirm/route.ts +347 -0
  284. package/dist/.next/types/app/api/pull-remote/preview/route.ts +347 -0
  285. package/dist/.next/types/app/api/push-remote/confirm/route.ts +347 -0
  286. package/dist/.next/types/app/api/push-remote/preview/route.ts +347 -0
  287. package/dist/.next/types/app/api/query/route.ts +347 -0
  288. package/dist/.next/types/app/api/tables/[name]/route.ts +347 -0
  289. package/dist/.next/types/app/api/tables/route.ts +347 -0
  290. package/dist/.next/types/app/page.ts +84 -0
  291. package/dist/.next/types/cache-life.d.ts +141 -0
  292. package/dist/.next/types/package.json +1 -0
  293. package/dist/app/api/cloudflare/route.js +146 -0
  294. package/dist/app/api/databases/route.js +72 -0
  295. package/dist/app/api/migrations/sync/route.js +172 -0
  296. package/dist/app/api/migrations/sync-files/route.js +172 -0
  297. package/dist/app/api/pull-remote/confirm/route.js +277 -0
  298. package/dist/app/api/pull-remote/preview/route.js +143 -0
  299. package/dist/app/api/push-remote/confirm/route.js +196 -0
  300. package/dist/app/api/push-remote/preview/route.js +178 -0
  301. package/dist/app/api/query/route.js +160 -0
  302. package/dist/app/api/tables/[name]/route.js +173 -0
  303. package/dist/app/api/tables/route.js +174 -0
  304. package/dist/app/app/api/cloudflare/route.js +146 -0
  305. package/dist/app/app/api/databases/route.js +72 -0
  306. package/dist/app/app/api/migrations/sync/route.js +172 -0
  307. package/dist/app/app/api/migrations/sync-files/route.js +172 -0
  308. package/dist/app/app/api/pull-remote/confirm/route.js +277 -0
  309. package/dist/app/app/api/pull-remote/preview/route.js +143 -0
  310. package/dist/app/app/api/push-remote/confirm/route.js +196 -0
  311. package/dist/app/app/api/push-remote/preview/route.js +178 -0
  312. package/dist/app/app/api/query/route.js +160 -0
  313. package/dist/app/app/api/tables/[name]/route.js +173 -0
  314. package/dist/app/app/api/tables/route.js +174 -0
  315. package/dist/app/app/globals.css +93 -0
  316. package/dist/app/app/layout.jsx +35 -0
  317. package/dist/app/app/page.jsx +37 -0
  318. package/dist/app/globals.css +93 -0
  319. package/dist/app/layout.jsx +35 -0
  320. package/dist/app/page.jsx +37 -0
  321. package/dist/d1-studio.js +344 -0
  322. package/dist/lib/database-queue.js +33 -0
  323. package/dist/lib/error.js +20 -0
  324. package/dist/lib/find-wrangler-config.js +67 -0
  325. package/dist/lib/license.js +99 -0
  326. package/dist/lib/migrations.js +415 -0
  327. package/dist/lib/parse-sql-error.js +200 -0
  328. package/dist/lib/request-deduplication.js +24 -0
  329. package/dist/lib/schema-operations.js +103 -0
  330. package/dist/lib/sql-error-types.js +14 -0
  331. package/dist/lib/sql-operations.js +557 -0
  332. package/dist/lib/utils.js +6 -0
  333. package/next.config.mjs +18 -0
  334. package/package.json +97 -0
  335. package/postcss.config.mjs +8 -0
  336. package/scripts/studio.js +344 -0
  337. package/scripts/test.js +168 -0
  338. package/src/app/api/cloudflare/route.js +146 -0
  339. package/src/app/api/databases/route.js +72 -0
  340. package/src/app/api/migrations/sync/route.js +172 -0
  341. package/src/app/api/migrations/sync-files/route.js +172 -0
  342. package/src/app/api/pull-remote/confirm/route.js +277 -0
  343. package/src/app/api/pull-remote/preview/route.js +143 -0
  344. package/src/app/api/push-remote/confirm/route.js +196 -0
  345. package/src/app/api/push-remote/preview/route.js +178 -0
  346. package/src/app/api/query/route.js +160 -0
  347. package/src/app/api/tables/[name]/route.js +173 -0
  348. package/src/app/api/tables/route.js +174 -0
  349. package/src/app/globals.css +93 -0
  350. package/src/app/layout.jsx +35 -0
  351. package/src/app/page.jsx +37 -0
  352. package/src/components/cloudflare-credentials-modal.jsx +94 -0
  353. package/src/components/column-selector.jsx +133 -0
  354. package/src/components/column-sorting.jsx +65 -0
  355. package/src/components/delete-records-dialog.jsx +64 -0
  356. package/src/components/download-button.jsx +205 -0
  357. package/src/components/edit-error-alert.jsx +30 -0
  358. package/src/components/editable-cell.jsx +163 -0
  359. package/src/components/editable-row.jsx +169 -0
  360. package/src/components/environment-handler.jsx +278 -0
  361. package/src/components/environment-select.jsx +59 -0
  362. package/src/components/pull-preview-toast.jsx +188 -0
  363. package/src/components/push-error-alert.jsx +72 -0
  364. package/src/components/push-preview-toast.jsx +183 -0
  365. package/src/components/query-results.jsx +112 -0
  366. package/src/components/refresh-button.jsx +61 -0
  367. package/src/components/resize-columns.jsx +101 -0
  368. package/src/components/sidebar.jsx +236 -0
  369. package/src/components/sql-editor.jsx +411 -0
  370. package/src/components/sql-error-display.jsx +167 -0
  371. package/src/components/sync-migrations-button.jsx +87 -0
  372. package/src/components/table-error-dialog.jsx +65 -0
  373. package/src/components/table-toolbar.jsx +285 -0
  374. package/src/components/table-view.jsx +843 -0
  375. package/src/components/ui/alert.jsx +47 -0
  376. package/src/components/ui/button.jsx +48 -0
  377. package/src/components/ui/card.jsx +50 -0
  378. package/src/components/ui/checkbox.jsx +24 -0
  379. package/src/components/ui/collapsible.jsx +11 -0
  380. package/src/components/ui/dialog.jsx +96 -0
  381. package/src/components/ui/dropdown-menu.jsx +158 -0
  382. package/src/components/ui/input.jsx +19 -0
  383. package/src/components/ui/scroll-area.jsx +40 -0
  384. package/src/components/ui/select.jsx +121 -0
  385. package/src/components/ui/separator.jsx +25 -0
  386. package/src/components/ui/sheet.jsx +109 -0
  387. package/src/components/ui/sidebar.jsx +620 -0
  388. package/src/components/ui/skeleton.jsx +14 -0
  389. package/src/components/ui/table.jsx +86 -0
  390. package/src/components/ui/tabs.jsx +43 -0
  391. package/src/components/ui/toast.jsx +86 -0
  392. package/src/components/ui/toaster.jsx +35 -0
  393. package/src/components/ui/tooltip.jsx +28 -0
  394. package/src/context/database-context.js +510 -0
  395. package/src/hooks/use-mobile.jsx +19 -0
  396. package/src/hooks/use-sql-error.ts +23 -0
  397. package/src/hooks/use-toast.js +155 -0
  398. package/src/lib/database-queue.js +33 -0
  399. package/src/lib/error.js +20 -0
  400. package/src/lib/find-wrangler-config.js +67 -0
  401. package/src/lib/license.js +99 -0
  402. package/src/lib/migrations.js +415 -0
  403. package/src/lib/parse-sql-error.js +200 -0
  404. package/src/lib/request-deduplication.js +24 -0
  405. package/src/lib/schema-operations.js +103 -0
  406. package/src/lib/sql-error-types.js +14 -0
  407. package/src/lib/sql-operations.js +557 -0
  408. package/src/lib/utils.js +6 -0
@@ -0,0 +1,178 @@
1
+ // api/push-remote/preview/route.js
2
+
3
+ import { NextResponse } from 'next/server';
4
+ import { readdir } from 'fs/promises';
5
+ import path from 'path';
6
+ import { findWranglerConfig } from '@/lib/find-wrangler-config.js';
7
+ import { executeSQL, ErrorTypes } from '@/lib/sql-operations';
8
+ import { validateMigrationFile } from '@/lib/migrations.js';
9
+
10
+ /**
11
+ * Pushes migration preview to remote.
12
+ * Validates migration files against remote migration records and returns a preview
13
+ * of which migrations will be applied, skipped, or failed.
14
+ *
15
+ * Note: For remote, we no longer use the checksum.
16
+ */
17
+ async function pushToRemote(projectDir, accountId, apiToken, databaseName, preview = true) {
18
+ const env = {
19
+ ...process.env,
20
+ CLOUDFLARE_ACCOUNT_ID: accountId,
21
+ CLOUDFLARE_API_TOKEN: apiToken,
22
+ };
23
+
24
+ try {
25
+ // Create local migrations table (with checksum)
26
+ const localCreateMigrationsTable = `
27
+ CREATE TABLE IF NOT EXISTS d1_migrations (
28
+ id INTEGER PRIMARY KEY AUTOINCREMENT,
29
+ name TEXT NOT NULL UNIQUE,
30
+ checksum TEXT NOT NULL,
31
+ applied_at DATETIME DEFAULT CURRENT_TIMESTAMP
32
+ );
33
+ `;
34
+ // Create remote migrations table (without checksum; use applied_at)
35
+ const remoteCreateMigrationsTable = `
36
+ CREATE TABLE IF NOT EXISTS d1_migrations (
37
+ id INTEGER PRIMARY KEY AUTOINCREMENT,
38
+ name TEXT NOT NULL UNIQUE,
39
+ applied_at DATETIME DEFAULT CURRENT_TIMESTAMP
40
+ );
41
+ `;
42
+ await executeSQL(projectDir, databaseName, localCreateMigrationsTable);
43
+ await executeSQL(projectDir, databaseName, remoteCreateMigrationsTable, env, true);
44
+
45
+ // Get remote migration records using applied_at for ordering.
46
+ const remoteMigrations = await executeSQL(
47
+ projectDir,
48
+ databaseName,
49
+ 'SELECT name FROM d1_migrations ORDER BY applied_at;',
50
+ env,
51
+ true
52
+ );
53
+ const parseResults = (stdout) => {
54
+ try {
55
+ const parsed = JSON.parse(stdout);
56
+ return parsed[0]?.results || [];
57
+ } catch {
58
+ return [];
59
+ }
60
+ };
61
+ // Use migration file name as key
62
+ const remoteMigrationsMap = new Map(
63
+ parseResults(remoteMigrations).map(m => [m.name, m])
64
+ );
65
+
66
+ // Read migration files from disk.
67
+ const migrationsDir = path.join(projectDir, 'migrations');
68
+ const files = await readdir(migrationsDir);
69
+ const migrationFiles = files.filter(f => f.endsWith('.sql')).sort();
70
+
71
+ const results = { applied: [], skipped: [], preview: [] };
72
+
73
+ // Process each migration file.
74
+ for (const migrationFile of migrationFiles) {
75
+ const fullPath = path.join(migrationsDir, migrationFile);
76
+ const previewRecord = { name: migrationFile, action: '', reason: '' };
77
+ try {
78
+ const validation = await validateMigrationFile(fullPath);
79
+ if (!validation.isValid) {
80
+ previewRecord.action = 'failed validation';
81
+ previewRecord.reason = 'Migration validation failed';
82
+ results.preview.push(previewRecord);
83
+ continue;
84
+ }
85
+ // For push preview, compare by migration file name.
86
+ if (remoteMigrationsMap.has(migrationFile)) {
87
+ previewRecord.action = 'skipped';
88
+ previewRecord.reason = 'Already applied';
89
+ results.preview.push(previewRecord);
90
+ results.skipped.push({ name: migrationFile, reason: previewRecord.reason });
91
+ continue;
92
+ }
93
+ previewRecord.action = 'will be applied';
94
+ results.preview.push(previewRecord);
95
+ } catch (error) {
96
+ previewRecord.action = 'failed';
97
+ previewRecord.reason = error.message || 'Failed to process migration';
98
+ results.preview.push(previewRecord);
99
+ results.skipped.push({ name: migrationFile, reason: previewRecord.reason });
100
+ }
101
+ }
102
+
103
+ console.log("Push Preview Result (server):", results);
104
+ return { success: true, preview: true, applied: results.applied.length, skipped: results.skipped.length, details: results };
105
+ } catch (error) {
106
+ throw {
107
+ type: ErrorTypes.EXECUTION_ERROR,
108
+ message: error.message || 'Failed to push migrations',
109
+ details: error.details || { error: error.stderr || error.message }
110
+ };
111
+ }
112
+ }
113
+
114
+ /**
115
+ * POST handler for push-remote preview.
116
+ * Loads the Wrangler configuration to obtain the D1 database name,
117
+ * then calls pushToRemote in preview mode and returns a preview.
118
+ */
119
+ export async function POST(req) {
120
+ try {
121
+ const { accountId, apiToken } = await req.json();
122
+ const projectDir = process.env.D1_PROJECT_DIR;
123
+ if (!projectDir) {
124
+ return NextResponse.json({
125
+ success: false,
126
+ error: {
127
+ type: ErrorTypes.VALIDATION_ERROR,
128
+ message: 'Project directory not configured'
129
+ }
130
+ }, { status: 500 });
131
+ }
132
+ const wranglerResult = await findWranglerConfig(projectDir);
133
+ if (!wranglerResult || !wranglerResult.config) {
134
+ return NextResponse.json({
135
+ success: false,
136
+ error: {
137
+ type: ErrorTypes.VALIDATION_ERROR,
138
+ message: 'Could not find Wrangler configuration'
139
+ }
140
+ }, { status: 400 });
141
+ }
142
+ const config = wranglerResult.config;
143
+ if (!config.d1_databases?.length) {
144
+ return NextResponse.json({
145
+ success: false,
146
+ error: {
147
+ type: ErrorTypes.VALIDATION_ERROR,
148
+ message: 'No D1 databases configured'
149
+ }
150
+ }, { status: 400 });
151
+ }
152
+ const databaseName = config.d1_databases[0].database_name;
153
+ const result = await pushToRemote(projectDir, accountId, apiToken, databaseName, true);
154
+ return NextResponse.json({
155
+ success: true,
156
+ message: 'Preview generated for migrations to be pushed to remote',
157
+ details: result
158
+ });
159
+ } catch (error) {
160
+ console.error('Push to remote preview error:', error);
161
+ return NextResponse.json({
162
+ success: false,
163
+ error: {
164
+ type: error.type || ErrorTypes.EXECUTION_ERROR,
165
+ message: error.message || 'Failed to push to remote preview',
166
+ details: error.details || { error: error.stderr || error.message }
167
+ }
168
+ }, { status: error.type === ErrorTypes.VALIDATION_ERROR ? 400 : 500 });
169
+ }
170
+ }
171
+
172
+ /**
173
+ * OPTIONS handler for pre-flight requests.
174
+ */
175
+ export async function OPTIONS() {
176
+ return new NextResponse(null, { status: 204 });
177
+ }
178
+
@@ -0,0 +1,160 @@
1
+ // api/query/route.js
2
+
3
+ import { NextResponse } from 'next/server';
4
+ import { findWranglerConfig } from '@/lib/find-wrangler-config.js';
5
+ import {
6
+ ErrorTypes,
7
+ parseQuery,
8
+ executeSQL,
9
+ validateStatement
10
+ } from '@/lib/sql-operations';
11
+ import { handleSchemaChange } from '@/lib/migrations';
12
+ import { isSchemaChange } from '@/lib/sql-operations';
13
+ import { parseSQLError } from '@/lib/parse-sql-error';
14
+
15
+ /**
16
+ * API POST handler to execute SQL queries against the configured D1 database.
17
+ */
18
+ export async function POST(req) {
19
+ try {
20
+ // Ensure that the project directory is set.
21
+ const projectDir = process.env.D1_PROJECT_DIR;
22
+ if (!projectDir) {
23
+ return NextResponse.json(
24
+ { error: 'Project directory not configured' },
25
+ { status: 500 }
26
+ );
27
+ }
28
+
29
+ // Extract the SQL query from the request body.
30
+ const { query } = await req.json();
31
+ console.log('Received query:', query);
32
+
33
+ if (!query?.trim()) {
34
+ return NextResponse.json(
35
+ { success: false, error: { message: 'Query cannot be empty' } },
36
+ { status: 400 }
37
+ );
38
+ }
39
+
40
+ // Retrieve the Wrangler configuration using the centralized helper.
41
+ const wranglerResult = await findWranglerConfig(projectDir);
42
+ if (!wranglerResult || !wranglerResult.config) {
43
+ return NextResponse.json(
44
+ { success: false, error: { message: 'No Wrangler configuration file found' } },
45
+ { status: 404 }
46
+ );
47
+ }
48
+ const config = wranglerResult.config;
49
+
50
+ // Check if there is at least one D1 database configured.
51
+ if (!config.d1_databases?.length) {
52
+ return NextResponse.json(
53
+ { success: false, error: { message: 'No D1 databases configured' } },
54
+ { status: 404 }
55
+ );
56
+ }
57
+
58
+ // Use the first configured database.
59
+ const databaseName = config.d1_databases[0].database_name;
60
+ console.log('Using database:', databaseName);
61
+
62
+ // Parse the query into individual SQL statements.
63
+ let statements = parseQuery(query);
64
+ console.log('Parsed statements:', statements);
65
+
66
+ if (!statements.length) {
67
+ return NextResponse.json(
68
+ { success: false, error: { message: 'No valid SQL statements found' } },
69
+ { status: 400 }
70
+ );
71
+ }
72
+
73
+ // Validate each parsed statement.
74
+ statements = statements.map(validateStatement);
75
+ console.log('Validated statements:', statements);
76
+
77
+ // Initialize the migrations table (if it doesn't already exist).
78
+ const createMigrationsTable = `
79
+ CREATE TABLE IF NOT EXISTS d1_migrations (
80
+ id INTEGER PRIMARY KEY AUTOINCREMENT,
81
+ name TEXT NOT NULL UNIQUE,
82
+ checksum TEXT NOT NULL,
83
+ applied_at DATETIME DEFAULT CURRENT_TIMESTAMP
84
+ );
85
+ `;
86
+ await executeSQL(projectDir, databaseName, createMigrationsTable);
87
+
88
+ // Determine whether the query involves any schema changes.
89
+ const hasSchemaChanges = statements.some(isSchemaChange);
90
+ console.log('Has schema changes:', hasSchemaChanges);
91
+
92
+ let result;
93
+ if (hasSchemaChanges) {
94
+ // Process schema changes and capture migrations.
95
+ // The handleSchemaChange helper is responsible for executing the DDL statements.
96
+ const migrations = await handleSchemaChange(projectDir, databaseName, statements);
97
+ console.log('Schema changes processed:', migrations);
98
+
99
+ result = {
100
+ success: true,
101
+ migrations,
102
+ results: [{ results: [] }]
103
+ };
104
+ } else {
105
+ // For data modification queries, execute the statements.
106
+ const results = [];
107
+ for (const stmt of statements) {
108
+ console.log('Executing data modification:', stmt.sql);
109
+ const output = await executeSQL(projectDir, databaseName, stmt.sql);
110
+
111
+ try {
112
+ const parsed = JSON.parse(output);
113
+ const queryResults = parsed[0]?.results || [];
114
+ results.push(...queryResults);
115
+ } catch (parseError) {
116
+ console.log('Non-JSON output:', output);
117
+ continue;
118
+ }
119
+ }
120
+
121
+ result = {
122
+ success: true,
123
+ results: [{ results }]
124
+ };
125
+ }
126
+
127
+ return NextResponse.json(result);
128
+
129
+ } catch (error) {
130
+ console.error('Query execution error:', error);
131
+ const parsedError = parseSQLError(error);
132
+
133
+ const statusCode =
134
+ error.type === ErrorTypes.VALIDATION_ERROR ? 400 :
135
+ error.type === ErrorTypes.DEPENDENCY_ERROR ? 409 :
136
+ 500;
137
+
138
+ return NextResponse.json(
139
+ {
140
+ success: false,
141
+ error: parsedError
142
+ },
143
+ { status: statusCode }
144
+ );
145
+ }
146
+ }
147
+
148
+ /**
149
+ * OPTIONS handler for pre-flight requests.
150
+ */
151
+ export async function OPTIONS() {
152
+ return new NextResponse(null, {
153
+ status: 204,
154
+ headers: {
155
+ 'Access-Control-Allow-Origin': '*',
156
+ 'Access-Control-Allow-Methods': 'POST, OPTIONS',
157
+ 'Access-Control-Allow-Headers': 'Content-Type'
158
+ }
159
+ });
160
+ }
@@ -0,0 +1,173 @@
1
+ // app/api/tables/[name]/route.js
2
+
3
+ import { NextResponse } from 'next/server';
4
+ import { promisify } from 'util';
5
+ import { exec } from 'child_process';
6
+ import { findWranglerConfig } from '@/lib/find-wrangler-config.js';
7
+ import { dbQueue } from '@/lib/database-queue';
8
+
9
+ const execAsync = promisify(exec);
10
+
11
+ export const runtime = 'nodejs';
12
+ export const dynamic = 'force-dynamic';
13
+
14
+ // Global query queue to prevent database locks
15
+ let isProcessing = false;
16
+
17
+ /**
18
+ * Executes a D1 SQL query using Wrangler.
19
+ * This function ensures that only one query is processed at a time.
20
+ */
21
+ async function executeD1Query(command, projectDir, databaseName) {
22
+ try {
23
+ // Wait until any current query is finished.
24
+ while (isProcessing) {
25
+ await new Promise(resolve => setTimeout(resolve, 100));
26
+ }
27
+ isProcessing = true;
28
+
29
+ // Escape double quotes in the command and execute the query
30
+ const { stdout } = await execAsync(
31
+ `wrangler d1 execute ${databaseName} --local --command="${command.replace(/"/g, '\\"')}" --json`,
32
+ { cwd: projectDir }
33
+ );
34
+
35
+ const result = JSON.parse(stdout);
36
+ return result[0]?.results || [];
37
+ } catch (error) {
38
+ console.error('Query execution error:', error);
39
+ throw error;
40
+ } finally {
41
+ isProcessing = false;
42
+ }
43
+ }
44
+
45
+ /**
46
+ * Extracts CHECK constraints from a CREATE TABLE SQL statement.
47
+ */
48
+ function extractCheckConstraints(createTableSQL) {
49
+ const checkConstraints = {};
50
+ const checkRegex = /CHECK\s*\(\s*(\w+)\s+IN\s*\((.*?)\)\s*\)/gi;
51
+ let match;
52
+
53
+ while ((match = checkRegex.exec(createTableSQL)) !== null) {
54
+ const columnName = match[1];
55
+ const values = match[2]
56
+ .split(',')
57
+ .map(value => value.trim().replace(/^'|'$/g, ''));
58
+
59
+ checkConstraints[columnName] = values;
60
+ }
61
+
62
+ return checkConstraints;
63
+ }
64
+
65
+ /**
66
+ * GET handler for fetching table details, schema, and data.
67
+ * It retrieves the Wrangler configuration using the helper and uses that
68
+ * to determine the target D1 database.
69
+ */
70
+ export async function GET(request, context) {
71
+ return dbQueue.add(async () => {
72
+ try {
73
+ // Extract table name from route parameters
74
+ const params = await context.params;
75
+ const { name } = params;
76
+
77
+ // Get pagination info from the query parameters
78
+ const { searchParams } = new URL(request.url);
79
+ const page = parseInt(searchParams.get('page')) || 1;
80
+ const limit = parseInt(searchParams.get('limit')) || 50;
81
+ const offset = (page - 1) * limit;
82
+
83
+ const projectDir = process.env.D1_PROJECT_DIR;
84
+ if (!projectDir) {
85
+ throw new Error('Project directory not configured');
86
+ }
87
+
88
+ // Use the centralized helper to find Wrangler configuration
89
+ const wranglerResult = await findWranglerConfig(projectDir);
90
+ if (!wranglerResult || !wranglerResult.config) {
91
+ throw new Error('No Wrangler configuration file found');
92
+ }
93
+ const config = wranglerResult.config;
94
+ if (!config.d1_databases?.length) {
95
+ throw new Error('No D1 databases configured');
96
+ }
97
+ // Get the first D1 database name from the configuration
98
+ const databaseName = config.d1_databases[0].database_name;
99
+
100
+ // Get table schema using PRAGMA query
101
+ const schemaQuery = `PRAGMA table_info(${name});`;
102
+ const schema = await executeD1Query(schemaQuery, projectDir, databaseName);
103
+
104
+ // Get the CREATE TABLE statement from sqlite_master
105
+ const createTableQuery = `SELECT sql FROM sqlite_master WHERE type='table' AND name='${name}';`;
106
+ const tableDefinition = await executeD1Query(createTableQuery, projectDir, databaseName);
107
+ const createTableSQL = tableDefinition[0]?.sql || '';
108
+
109
+ // Extract CHECK constraints from the CREATE TABLE statement
110
+ const checkConstraints = extractCheckConstraints(createTableSQL);
111
+
112
+ // Merge constraints into the schema response
113
+ const enhancedSchema = schema.map(column => ({
114
+ ...column,
115
+ check: checkConstraints[column.name] || null
116
+ }));
117
+
118
+ // Get total row count for the table
119
+ const countQuery = `SELECT COUNT(*) as total FROM ${name};`;
120
+ const countResult = await executeD1Query(countQuery, projectDir, databaseName);
121
+ const totalRows = countResult[0]?.total || 0;
122
+
123
+ // Fetch paginated data using the primary key column for ordering
124
+ const primaryKeyColumn = schema.find(col => col.pk === 1)?.name || schema[0]?.name;
125
+ const dataQuery = `
126
+ SELECT * FROM ${name}
127
+ ORDER BY ${primaryKeyColumn} DESC
128
+ LIMIT ${limit} OFFSET ${offset};
129
+ `;
130
+ const data = await executeD1Query(dataQuery, projectDir, databaseName);
131
+
132
+ return NextResponse.json({
133
+ success: true,
134
+ schema: enhancedSchema,
135
+ data,
136
+ meta: {
137
+ tableName: name,
138
+ total: totalRows,
139
+ page,
140
+ limit,
141
+ totalPages: Math.ceil(totalRows / limit),
142
+ rowCount: data.length,
143
+ columnCount: schema.length
144
+ }
145
+ });
146
+
147
+ } catch (error) {
148
+ console.error('Error handling request:', error);
149
+ return NextResponse.json({
150
+ success: false,
151
+ error: {
152
+ message: error.message,
153
+ details: error.stack
154
+ }
155
+ }, {
156
+ status: error.message.includes('not configured') ? 500 :
157
+ error.message.includes('not found') ? 404 : 500
158
+ });
159
+ }
160
+ });
161
+ }
162
+
163
+ export async function OPTIONS() {
164
+ return new NextResponse(null, {
165
+ status: 204,
166
+ headers: {
167
+ 'Access-Control-Allow-Origin': '*',
168
+ 'Access-Control-Allow-Methods': 'GET, OPTIONS',
169
+ 'Access-Control-Allow-Headers': 'Content-Type',
170
+ },
171
+ });
172
+ }
173
+
@@ -0,0 +1,174 @@
1
+ // app/api/tables/route.js
2
+
3
+ import { NextResponse } from 'next/server';
4
+ import { promisify } from 'util';
5
+ import { exec } from 'child_process';
6
+ import { findWranglerConfig } from '@/lib/find-wrangler-config.js';
7
+
8
+ const execAsync = promisify(exec);
9
+
10
+ /**
11
+ * Attempts to extract a JSON object from a string.
12
+ * First, it tries to parse the entire string.
13
+ * If that fails, it searches for a JSON portion within the string.
14
+ */
15
+ function extractJSONFromOutput(stdout) {
16
+ try {
17
+ // First try to parse the entire output as JSON
18
+ return JSON.parse(stdout);
19
+ } catch (e) {
20
+ // If that fails, try to find and parse just the JSON portion
21
+ const jsonStart = stdout.indexOf('[') !== -1 ?
22
+ stdout.indexOf('[') :
23
+ stdout.indexOf('{');
24
+
25
+ if (jsonStart === -1) return null;
26
+
27
+ try {
28
+ const jsonStr = stdout.substring(jsonStart);
29
+ return JSON.parse(jsonStr);
30
+ } catch (error) {
31
+ console.error('Error parsing JSON portion:', error);
32
+ return null;
33
+ }
34
+ }
35
+ }
36
+
37
+ /**
38
+ * Extracts table names from the query result.
39
+ */
40
+ function extractTablesFromResult(result) {
41
+ if (!result) return [];
42
+
43
+ if (Array.isArray(result) && result[0]?.results) {
44
+ return result[0].results.map(row => row.name);
45
+ }
46
+
47
+ if (result.results?.[0]?.results) {
48
+ return result.results[0].results.map(row => row.name);
49
+ }
50
+
51
+ return [];
52
+ }
53
+
54
+ /**
55
+ * Retries a function if it fails with a timeout (e.g. due to a locked database).
56
+ */
57
+ async function retryWithTimeout(fn, retries = 3, timeout = 1000) {
58
+ for (let i = 0; i < retries; i++) {
59
+ try {
60
+ return await fn();
61
+ } catch (error) {
62
+ if (i === retries - 1) throw error;
63
+ if (error.message.includes('database is locked')) {
64
+ console.log(`Database locked, retrying in ${timeout}ms... (attempt ${i + 1}/${retries})`);
65
+ await new Promise(resolve => setTimeout(resolve, timeout));
66
+ continue;
67
+ }
68
+ throw error;
69
+ }
70
+ }
71
+ }
72
+
73
+ /**
74
+ * GET handler for listing tables.
75
+ * It uses the Wrangler configuration (via findWranglerConfig) to determine the D1 database.
76
+ */
77
+ export async function GET() {
78
+ try {
79
+ const projectDir = process.env.D1_PROJECT_DIR;
80
+
81
+ if (!projectDir) {
82
+ console.error('D1_PROJECT_DIR environment variable is not set');
83
+ return NextResponse.json(
84
+ { error: 'Project directory not configured' },
85
+ { status: 500 }
86
+ );
87
+ }
88
+
89
+ // Use the centralized helper to get Wrangler configuration
90
+ const wranglerResult = await findWranglerConfig(projectDir);
91
+ if (!wranglerResult || !wranglerResult.config) {
92
+ return NextResponse.json(
93
+ { error: 'No Wrangler configuration file found in project directory' },
94
+ { status: 404 }
95
+ );
96
+ }
97
+ const config = wranglerResult.config;
98
+ if (!config.d1_databases?.length) {
99
+ return NextResponse.json(
100
+ { error: 'No D1 databases configured in Wrangler configuration' },
101
+ { status: 404 }
102
+ );
103
+ }
104
+ // Get the first D1 database name from the configuration
105
+ const databaseName = config.d1_databases[0].database_name;
106
+
107
+ // SQL query to list non-system tables
108
+ const query = `
109
+ SELECT name FROM sqlite_master
110
+ WHERE type='table'
111
+ AND name NOT LIKE 'sqlite_%'
112
+ AND name NOT LIKE '_cf_%'
113
+ ORDER BY name;
114
+ `;
115
+
116
+ // Execute the query with a retry mechanism if the database is locked
117
+ const { stdout } = await retryWithTimeout(async () => {
118
+ return execAsync(
119
+ `wrangler d1 execute ${databaseName} --local --command="${query}"`,
120
+ {
121
+ cwd: projectDir,
122
+ timeout: 5000 // 5 second timeout
123
+ }
124
+ );
125
+ });
126
+
127
+ // Extract JSON from the command output and then extract table names
128
+ const result = extractJSONFromOutput(stdout);
129
+ const tables = extractTablesFromResult(result);
130
+
131
+ return NextResponse.json({
132
+ success: true,
133
+ tables,
134
+ debug: {
135
+ projectDir,
136
+ tableCount: tables.length
137
+ }
138
+ });
139
+
140
+ } catch (error) {
141
+ console.error('Error fetching tables:', error);
142
+
143
+ // Enhanced error response for troubleshooting
144
+ const errorResponse = {
145
+ error: 'Failed to fetch tables',
146
+ details: error.message,
147
+ debug: {
148
+ errorCode: error.code,
149
+ errorStack: error.stack,
150
+ }
151
+ };
152
+
153
+ // Check for specific error types (e.g., database locked)
154
+ if (error.message.includes('database is locked')) {
155
+ errorResponse.error = 'Database is temporarily locked';
156
+ errorResponse.retryAfter = 1000; // Suggest retry after 1 second
157
+ }
158
+
159
+ return NextResponse.json(errorResponse, {
160
+ status: error.message.includes('database is locked') ? 503 : 500
161
+ });
162
+ }
163
+ }
164
+
165
+ export async function OPTIONS() {
166
+ return new NextResponse(null, {
167
+ status: 204,
168
+ headers: {
169
+ 'Access-Control-Allow-Origin': '*',
170
+ 'Access-Control-Allow-Methods': 'GET, OPTIONS',
171
+ 'Access-Control-Allow-Headers': 'Content-Type',
172
+ },
173
+ });
174
+ }