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.
- package/README.md +7 -0
- package/dist/.next/.next/BUILD_ID +1 -0
- package/dist/.next/.next/app-build-manifest.json +109 -0
- package/dist/.next/.next/app-path-routes-manifest.json +1 -0
- package/dist/.next/.next/build-manifest.json +33 -0
- package/dist/.next/.next/cache/.rscinfo +1 -0
- package/dist/.next/.next/cache/.tsbuildinfo +1 -0
- package/dist/.next/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/1.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/2.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/dist/.next/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/1.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/dist/.next/.next/diagnostics/build-diagnostics.json +6 -0
- package/dist/.next/.next/diagnostics/framework.json +1 -0
- package/dist/.next/.next/export-marker.json +1 -0
- package/dist/.next/.next/images-manifest.json +1 -0
- package/dist/.next/.next/next-minimal-server.js.nft.json +1 -0
- package/dist/.next/.next/next-server.js.nft.json +1 -0
- package/dist/.next/.next/package.json +1 -0
- package/dist/.next/.next/prerender-manifest.json +1 -0
- package/dist/.next/.next/react-loadable-manifest.json +1 -0
- package/dist/.next/.next/required-server-files.json +1 -0
- package/dist/.next/.next/routes-manifest.json +1 -0
- package/dist/.next/.next/server/app/_not-found/page.js +1 -0
- package/dist/.next/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/dist/.next/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/_not-found.html +1 -0
- package/dist/.next/.next/server/app/_not-found.meta +8 -0
- package/dist/.next/.next/server/app/_not-found.rsc +16 -0
- package/dist/.next/.next/server/app/api/cloudflare/route.js +1 -0
- package/dist/.next/.next/server/app/api/cloudflare/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/databases/route.js +1 -0
- package/dist/.next/.next/server/app/api/databases/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/databases/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync/route.js +12 -0
- package/dist/.next/.next/server/app/api/migrations/sync/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync-files/route.js +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/preview/route.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/push-remote/confirm/route.js +14 -0
- package/dist/.next/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/push-remote/preview/route.js +14 -0
- package/dist/.next/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/query/route.js +8 -0
- package/dist/.next/.next/server/app/api/query/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/query/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/tables/[name]/route.js +5 -0
- package/dist/.next/.next/server/app/api/tables/[name]/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/tables/route.js +7 -0
- package/dist/.next/.next/server/app/api/tables/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/tables/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/index.html +3 -0
- package/dist/.next/.next/server/app/index.meta +7 -0
- package/dist/.next/.next/server/app/index.rsc +20 -0
- package/dist/.next/.next/server/app/page.js +58 -0
- package/dist/.next/.next/server/app/page.js.nft.json +1 -0
- package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app-paths-manifest.json +15 -0
- package/dist/.next/.next/server/chunks/336.js +1 -0
- package/dist/.next/.next/server/chunks/627.js +6 -0
- package/dist/.next/.next/server/chunks/638.js +13 -0
- package/dist/.next/.next/server/chunks/801.js +55 -0
- package/dist/.next/.next/server/chunks/973.js +2 -0
- package/dist/.next/.next/server/chunks/992.js +3 -0
- package/dist/.next/.next/server/functions-config-manifest.json +1 -0
- package/dist/.next/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/dist/.next/.next/server/middleware-build-manifest.js +1 -0
- package/dist/.next/.next/server/middleware-manifest.json +6 -0
- package/dist/.next/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/dist/.next/.next/server/next-font-manifest.js +1 -0
- package/dist/.next/.next/server/next-font-manifest.json +1 -0
- package/dist/.next/.next/server/pages/404.html +1 -0
- package/dist/.next/.next/server/pages/500.html +1 -0
- package/dist/.next/.next/server/pages/_app.js +1 -0
- package/dist/.next/.next/server/pages/_app.js.nft.json +1 -0
- package/dist/.next/.next/server/pages/_document.js +1 -0
- package/dist/.next/.next/server/pages/_document.js.nft.json +1 -0
- package/dist/.next/.next/server/pages/_error.js +1 -0
- package/dist/.next/.next/server/pages/_error.js.nft.json +1 -0
- package/dist/.next/.next/server/pages-manifest.json +1 -0
- package/dist/.next/.next/server/server-reference-manifest.js +1 -0
- package/dist/.next/.next/server/server-reference-manifest.json +1 -0
- package/dist/.next/.next/server/webpack-runtime.js +1 -0
- package/dist/.next/.next/static/ODMSSwVqLoDcBgbFHUjr8/_buildManifest.js +1 -0
- package/dist/.next/.next/static/ODMSSwVqLoDcBgbFHUjr8/_ssgManifest.js +1 -0
- package/dist/.next/.next/static/chunks/422-6fa3c14fc64ad67b.js +1 -0
- package/dist/.next/.next/static/chunks/4bd1b696-8c908eb707f85a27.js +1 -0
- package/dist/.next/.next/static/chunks/517-3b698a5d3da06ff7.js +2 -0
- package/dist/.next/.next/static/chunks/692-ede418e1d28a1394.js +1 -0
- package/dist/.next/.next/static/chunks/735-c9144179c6bd7d06.js +1 -0
- package/dist/.next/.next/static/chunks/92-c4466e0f1ca8a3a8.js +1 -0
- package/dist/.next/.next/static/chunks/app/_not-found/page-b786c3dd79ad15a5.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +1 -0
- package/dist/.next/.next/static/chunks/app/layout-8360fab69b848283.js +1 -0
- package/dist/.next/.next/static/chunks/app/page-75081ac7a88cb706.js +1 -0
- package/dist/.next/.next/static/chunks/framework-d29117d969504448.js +1 -0
- package/dist/.next/.next/static/chunks/main-8d0ab17774ffa031.js +1 -0
- package/dist/.next/.next/static/chunks/main-app-d36cdfb402b40f13.js +1 -0
- package/dist/.next/.next/static/chunks/pages/_app-d23763e3e6c904ff.js +1 -0
- package/dist/.next/.next/static/chunks/pages/_error-9b7125ad1a1e68fa.js +1 -0
- package/dist/.next/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/dist/.next/.next/static/chunks/webpack-c76ac1e586b2802a.js +1 -0
- package/dist/.next/.next/static/css/c51a7ef325e30c16.css +3 -0
- package/dist/.next/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
- package/dist/.next/.next/static/media/747892c23ea88013-s.woff2 +0 -0
- package/dist/.next/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
- package/dist/.next/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
- package/dist/.next/.next/trace +3 -0
- package/dist/.next/.next/types/app/api/cloudflare/route.ts +347 -0
- package/dist/.next/.next/types/app/api/databases/route.ts +347 -0
- package/dist/.next/.next/types/app/api/migrations/sync/route.ts +347 -0
- package/dist/.next/.next/types/app/api/migrations/sync-files/route.ts +347 -0
- package/dist/.next/.next/types/app/api/pull-remote/confirm/route.ts +347 -0
- package/dist/.next/.next/types/app/api/pull-remote/preview/route.ts +347 -0
- package/dist/.next/.next/types/app/api/push-remote/confirm/route.ts +347 -0
- package/dist/.next/.next/types/app/api/push-remote/preview/route.ts +347 -0
- package/dist/.next/.next/types/app/api/query/route.ts +347 -0
- package/dist/.next/.next/types/app/api/tables/[name]/route.ts +347 -0
- package/dist/.next/.next/types/app/api/tables/route.ts +347 -0
- package/dist/.next/.next/types/app/page.ts +84 -0
- package/dist/.next/.next/types/cache-life.d.ts +141 -0
- package/dist/.next/.next/types/package.json +1 -0
- package/dist/.next/BUILD_ID +1 -0
- package/dist/.next/app-build-manifest.json +109 -0
- package/dist/.next/app-path-routes-manifest.json +1 -0
- package/dist/.next/build-manifest.json +33 -0
- package/dist/.next/cache/.rscinfo +1 -0
- package/dist/.next/cache/.tsbuildinfo +1 -0
- package/dist/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/.next/diagnostics/build-diagnostics.json +6 -0
- package/dist/.next/diagnostics/framework.json +1 -0
- package/dist/.next/export-marker.json +1 -0
- package/dist/.next/images-manifest.json +1 -0
- package/dist/.next/next-minimal-server.js.nft.json +1 -0
- package/dist/.next/next-server.js.nft.json +1 -0
- package/dist/.next/package.json +1 -0
- package/dist/.next/prerender-manifest.json +1 -0
- package/dist/.next/react-loadable-manifest.json +1 -0
- package/dist/.next/required-server-files.json +1 -0
- package/dist/.next/routes-manifest.json +1 -0
- package/dist/.next/server/app/_not-found/page.js +1 -0
- package/dist/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/_not-found.html +1 -0
- package/dist/.next/server/app/_not-found.meta +8 -0
- package/dist/.next/server/app/_not-found.rsc +16 -0
- package/dist/.next/server/app/api/cloudflare/route.js +1 -0
- package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/databases/route.js +1 -0
- package/dist/.next/server/app/api/databases/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/migrations/sync/route.js +12 -0
- package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/migrations/sync-files/route.js +1 -0
- package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route.js +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/pull-remote/preview/route.js +1 -0
- package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/push-remote/confirm/route.js +14 -0
- package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/push-remote/preview/route.js +14 -0
- package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/query/route.js +8 -0
- package/dist/.next/server/app/api/query/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/tables/[name]/route.js +5 -0
- package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/tables/route.js +7 -0
- package/dist/.next/server/app/api/tables/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/index.html +3 -0
- package/dist/.next/server/app/index.meta +7 -0
- package/dist/.next/server/app/index.rsc +20 -0
- package/dist/.next/server/app/page.js +58 -0
- package/dist/.next/server/app/page.js.nft.json +1 -0
- package/dist/.next/server/app/page_client-reference-manifest.js +1 -0
- package/dist/.next/server/app-paths-manifest.json +15 -0
- package/dist/.next/server/chunks/336.js +1 -0
- package/dist/.next/server/chunks/627.js +6 -0
- package/dist/.next/server/chunks/638.js +13 -0
- package/dist/.next/server/chunks/801.js +55 -0
- package/dist/.next/server/chunks/973.js +2 -0
- package/dist/.next/server/chunks/992.js +3 -0
- package/dist/.next/server/functions-config-manifest.json +1 -0
- package/dist/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/dist/.next/server/middleware-build-manifest.js +1 -0
- package/dist/.next/server/middleware-manifest.json +6 -0
- package/dist/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/dist/.next/server/next-font-manifest.js +1 -0
- package/dist/.next/server/next-font-manifest.json +1 -0
- package/dist/.next/server/pages/404.html +1 -0
- package/dist/.next/server/pages/500.html +1 -0
- package/dist/.next/server/pages/_app.js +1 -0
- package/dist/.next/server/pages/_app.js.nft.json +1 -0
- package/dist/.next/server/pages/_document.js +1 -0
- package/dist/.next/server/pages/_document.js.nft.json +1 -0
- package/dist/.next/server/pages/_error.js +1 -0
- package/dist/.next/server/pages/_error.js.nft.json +1 -0
- package/dist/.next/server/pages-manifest.json +1 -0
- package/dist/.next/server/server-reference-manifest.js +1 -0
- package/dist/.next/server/server-reference-manifest.json +1 -0
- package/dist/.next/server/webpack-runtime.js +1 -0
- package/dist/.next/static/OmPVuV0d1lrcjSBQzxkdH/_buildManifest.js +1 -0
- package/dist/.next/static/OmPVuV0d1lrcjSBQzxkdH/_ssgManifest.js +1 -0
- package/dist/.next/static/chunks/422-6fa3c14fc64ad67b.js +1 -0
- package/dist/.next/static/chunks/4bd1b696-8c908eb707f85a27.js +1 -0
- package/dist/.next/static/chunks/517-3b698a5d3da06ff7.js +2 -0
- package/dist/.next/static/chunks/692-ede418e1d28a1394.js +1 -0
- package/dist/.next/static/chunks/735-c9144179c6bd7d06.js +1 -0
- package/dist/.next/static/chunks/92-c4466e0f1ca8a3a8.js +1 -0
- package/dist/.next/static/chunks/app/_not-found/page-b786c3dd79ad15a5.js +1 -0
- package/dist/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +1 -0
- package/dist/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +1 -0
- package/dist/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +1 -0
- package/dist/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +1 -0
- package/dist/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +1 -0
- package/dist/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +1 -0
- package/dist/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +1 -0
- package/dist/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +1 -0
- package/dist/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +1 -0
- package/dist/.next/static/chunks/app/layout-8360fab69b848283.js +1 -0
- package/dist/.next/static/chunks/app/page-75081ac7a88cb706.js +1 -0
- package/dist/.next/static/chunks/framework-d29117d969504448.js +1 -0
- package/dist/.next/static/chunks/main-8d0ab17774ffa031.js +1 -0
- package/dist/.next/static/chunks/main-app-d36cdfb402b40f13.js +1 -0
- package/dist/.next/static/chunks/pages/_app-d23763e3e6c904ff.js +1 -0
- package/dist/.next/static/chunks/pages/_error-9b7125ad1a1e68fa.js +1 -0
- package/dist/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/dist/.next/static/chunks/webpack-c76ac1e586b2802a.js +1 -0
- package/dist/.next/static/css/c51a7ef325e30c16.css +3 -0
- package/dist/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
- package/dist/.next/static/media/747892c23ea88013-s.woff2 +0 -0
- package/dist/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
- package/dist/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
- package/dist/.next/trace +13 -0
- package/dist/.next/types/app/api/cloudflare/route.ts +347 -0
- package/dist/.next/types/app/api/databases/route.ts +347 -0
- package/dist/.next/types/app/api/migrations/sync/route.ts +347 -0
- package/dist/.next/types/app/api/migrations/sync-files/route.ts +347 -0
- package/dist/.next/types/app/api/pull-remote/confirm/route.ts +347 -0
- package/dist/.next/types/app/api/pull-remote/preview/route.ts +347 -0
- package/dist/.next/types/app/api/push-remote/confirm/route.ts +347 -0
- package/dist/.next/types/app/api/push-remote/preview/route.ts +347 -0
- package/dist/.next/types/app/api/query/route.ts +347 -0
- package/dist/.next/types/app/api/tables/[name]/route.ts +347 -0
- package/dist/.next/types/app/api/tables/route.ts +347 -0
- package/dist/.next/types/app/page.ts +84 -0
- package/dist/.next/types/cache-life.d.ts +141 -0
- package/dist/.next/types/package.json +1 -0
- package/dist/app/api/cloudflare/route.js +146 -0
- package/dist/app/api/databases/route.js +72 -0
- package/dist/app/api/migrations/sync/route.js +172 -0
- package/dist/app/api/migrations/sync-files/route.js +172 -0
- package/dist/app/api/pull-remote/confirm/route.js +277 -0
- package/dist/app/api/pull-remote/preview/route.js +143 -0
- package/dist/app/api/push-remote/confirm/route.js +196 -0
- package/dist/app/api/push-remote/preview/route.js +178 -0
- package/dist/app/api/query/route.js +160 -0
- package/dist/app/api/tables/[name]/route.js +173 -0
- package/dist/app/api/tables/route.js +174 -0
- package/dist/app/app/api/cloudflare/route.js +146 -0
- package/dist/app/app/api/databases/route.js +72 -0
- package/dist/app/app/api/migrations/sync/route.js +172 -0
- package/dist/app/app/api/migrations/sync-files/route.js +172 -0
- package/dist/app/app/api/pull-remote/confirm/route.js +277 -0
- package/dist/app/app/api/pull-remote/preview/route.js +143 -0
- package/dist/app/app/api/push-remote/confirm/route.js +196 -0
- package/dist/app/app/api/push-remote/preview/route.js +178 -0
- package/dist/app/app/api/query/route.js +160 -0
- package/dist/app/app/api/tables/[name]/route.js +173 -0
- package/dist/app/app/api/tables/route.js +174 -0
- package/dist/app/app/globals.css +93 -0
- package/dist/app/app/layout.jsx +35 -0
- package/dist/app/app/page.jsx +37 -0
- package/dist/app/globals.css +93 -0
- package/dist/app/layout.jsx +35 -0
- package/dist/app/page.jsx +37 -0
- package/dist/d1-studio.js +344 -0
- package/dist/lib/database-queue.js +33 -0
- package/dist/lib/error.js +20 -0
- package/dist/lib/find-wrangler-config.js +67 -0
- package/dist/lib/license.js +99 -0
- package/dist/lib/migrations.js +415 -0
- package/dist/lib/parse-sql-error.js +200 -0
- package/dist/lib/request-deduplication.js +24 -0
- package/dist/lib/schema-operations.js +103 -0
- package/dist/lib/sql-error-types.js +14 -0
- package/dist/lib/sql-operations.js +557 -0
- package/dist/lib/utils.js +6 -0
- package/next.config.mjs +18 -0
- package/package.json +97 -0
- package/postcss.config.mjs +8 -0
- package/scripts/studio.js +344 -0
- package/scripts/test.js +168 -0
- package/src/app/api/cloudflare/route.js +146 -0
- package/src/app/api/databases/route.js +72 -0
- package/src/app/api/migrations/sync/route.js +172 -0
- package/src/app/api/migrations/sync-files/route.js +172 -0
- package/src/app/api/pull-remote/confirm/route.js +277 -0
- package/src/app/api/pull-remote/preview/route.js +143 -0
- package/src/app/api/push-remote/confirm/route.js +196 -0
- package/src/app/api/push-remote/preview/route.js +178 -0
- package/src/app/api/query/route.js +160 -0
- package/src/app/api/tables/[name]/route.js +173 -0
- package/src/app/api/tables/route.js +174 -0
- package/src/app/globals.css +93 -0
- package/src/app/layout.jsx +35 -0
- package/src/app/page.jsx +37 -0
- package/src/components/cloudflare-credentials-modal.jsx +94 -0
- package/src/components/column-selector.jsx +133 -0
- package/src/components/column-sorting.jsx +65 -0
- package/src/components/delete-records-dialog.jsx +64 -0
- package/src/components/download-button.jsx +205 -0
- package/src/components/edit-error-alert.jsx +30 -0
- package/src/components/editable-cell.jsx +163 -0
- package/src/components/editable-row.jsx +169 -0
- package/src/components/environment-handler.jsx +278 -0
- package/src/components/environment-select.jsx +59 -0
- package/src/components/pull-preview-toast.jsx +188 -0
- package/src/components/push-error-alert.jsx +72 -0
- package/src/components/push-preview-toast.jsx +183 -0
- package/src/components/query-results.jsx +112 -0
- package/src/components/refresh-button.jsx +61 -0
- package/src/components/resize-columns.jsx +101 -0
- package/src/components/sidebar.jsx +236 -0
- package/src/components/sql-editor.jsx +411 -0
- package/src/components/sql-error-display.jsx +167 -0
- package/src/components/sync-migrations-button.jsx +87 -0
- package/src/components/table-error-dialog.jsx +65 -0
- package/src/components/table-toolbar.jsx +285 -0
- package/src/components/table-view.jsx +843 -0
- package/src/components/ui/alert.jsx +47 -0
- package/src/components/ui/button.jsx +48 -0
- package/src/components/ui/card.jsx +50 -0
- package/src/components/ui/checkbox.jsx +24 -0
- package/src/components/ui/collapsible.jsx +11 -0
- package/src/components/ui/dialog.jsx +96 -0
- package/src/components/ui/dropdown-menu.jsx +158 -0
- package/src/components/ui/input.jsx +19 -0
- package/src/components/ui/scroll-area.jsx +40 -0
- package/src/components/ui/select.jsx +121 -0
- package/src/components/ui/separator.jsx +25 -0
- package/src/components/ui/sheet.jsx +109 -0
- package/src/components/ui/sidebar.jsx +620 -0
- package/src/components/ui/skeleton.jsx +14 -0
- package/src/components/ui/table.jsx +86 -0
- package/src/components/ui/tabs.jsx +43 -0
- package/src/components/ui/toast.jsx +86 -0
- package/src/components/ui/toaster.jsx +35 -0
- package/src/components/ui/tooltip.jsx +28 -0
- package/src/context/database-context.js +510 -0
- package/src/hooks/use-mobile.jsx +19 -0
- package/src/hooks/use-sql-error.ts +23 -0
- package/src/hooks/use-toast.js +155 -0
- package/src/lib/database-queue.js +33 -0
- package/src/lib/error.js +20 -0
- package/src/lib/find-wrangler-config.js +67 -0
- package/src/lib/license.js +99 -0
- package/src/lib/migrations.js +415 -0
- package/src/lib/parse-sql-error.js +200 -0
- package/src/lib/request-deduplication.js +24 -0
- package/src/lib/schema-operations.js +103 -0
- package/src/lib/sql-error-types.js +14 -0
- package/src/lib/sql-operations.js +557 -0
- package/src/lib/utils.js +6 -0
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
// lib/parse-sql-error.js
|
|
2
|
+
|
|
3
|
+
import { SQLErrorTypes } from './sql-error-types';
|
|
4
|
+
|
|
5
|
+
export function parseSQLError(error) {
|
|
6
|
+
console.debug("parseSQLError - Received error:", error);
|
|
7
|
+
|
|
8
|
+
// Defensive check in case error is null/undefined
|
|
9
|
+
if (!error) {
|
|
10
|
+
console.debug("parseSQLError - error is null or undefined.");
|
|
11
|
+
return {
|
|
12
|
+
type: SQLErrorTypes.UNKNOWN_ERROR,
|
|
13
|
+
message: 'An unknown error occurred',
|
|
14
|
+
details: {}
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
let errorMessage = '';
|
|
19
|
+
let offset = null;
|
|
20
|
+
let nearText = null;
|
|
21
|
+
let originalQuery = null;
|
|
22
|
+
|
|
23
|
+
// Determine the command string (it might be on error.cmd or error.details.command)
|
|
24
|
+
const cmd = error.cmd || (error.details && error.details.command);
|
|
25
|
+
if (cmd) {
|
|
26
|
+
const queryMatch = cmd.match(/--command="(.+?)"/s);
|
|
27
|
+
if (queryMatch) {
|
|
28
|
+
originalQuery = queryMatch[1].replace(/\\n/g, '\n');
|
|
29
|
+
console.debug("parseSQLError - Extracted original query:", originalQuery);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// Determine stderr from either error.stderr or error.details.stderr
|
|
34
|
+
const rawStderr = error.stderr || (error.details && error.details.stderr);
|
|
35
|
+
if (rawStderr) {
|
|
36
|
+
// Remove ANSI escape codes
|
|
37
|
+
const cleanStderr = rawStderr.replace(/\x1B\[[0-9;]*[a-zA-Z]/g, '');
|
|
38
|
+
console.debug("parseSQLError - Cleaned stderr:", cleanStderr);
|
|
39
|
+
|
|
40
|
+
// Check for "env: node: No such file or directory" error
|
|
41
|
+
if (cleanStderr.includes('env: node: No such file or directory')) {
|
|
42
|
+
console.debug("parseSQLError - Detected 'env: node: No such file or directory' error.");
|
|
43
|
+
return {
|
|
44
|
+
type: SQLErrorTypes.EXECUTION_ERROR,
|
|
45
|
+
message: error.message || 'Execution error: env: node: No such file or directory',
|
|
46
|
+
details: {
|
|
47
|
+
originalQuery,
|
|
48
|
+
stderr: cleanStderr
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// Syntax errors
|
|
54
|
+
const syntaxMatch = cleanStderr.match(/near "([^"]+)": syntax error at offset (\d+)/);
|
|
55
|
+
if (syntaxMatch) {
|
|
56
|
+
const [_, near, errorOffset] = syntaxMatch;
|
|
57
|
+
offset = parseInt(errorOffset, 10);
|
|
58
|
+
errorMessage = `Syntax error near "${near}" at position ${offset}`;
|
|
59
|
+
console.debug("parseSQLError - Syntax error detected:", { near, offset });
|
|
60
|
+
return {
|
|
61
|
+
type: SQLErrorTypes.SYNTAX_ERROR,
|
|
62
|
+
message: errorMessage,
|
|
63
|
+
details: {
|
|
64
|
+
originalQuery,
|
|
65
|
+
errorLocation: { offset, near },
|
|
66
|
+
stderr: cleanStderr
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
// UNIQUE constraint error
|
|
72
|
+
if (cleanStderr.includes('UNIQUE constraint failed')) {
|
|
73
|
+
const match = cleanStderr.match(/UNIQUE constraint failed: (\w+)\.(\w+)/);
|
|
74
|
+
const [_, table, column] = match || [];
|
|
75
|
+
console.debug("parseSQLError - UNIQUE constraint error detected:", { table, column });
|
|
76
|
+
return {
|
|
77
|
+
type: SQLErrorTypes.UNIQUE_CONSTRAINT_ERROR,
|
|
78
|
+
message: `Unique constraint violation updating ${table}.${column}`,
|
|
79
|
+
details: {
|
|
80
|
+
originalQuery,
|
|
81
|
+
stderr: cleanStderr
|
|
82
|
+
}
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// NOT NULL constraint error
|
|
87
|
+
if (cleanStderr.includes('NOT NULL constraint failed')) {
|
|
88
|
+
const match = cleanStderr.match(/NOT NULL constraint failed: (\w+)\.(\w+)/);
|
|
89
|
+
const [_, table, column] = match || [];
|
|
90
|
+
console.debug("parseSQLError - NOT NULL constraint error detected:", { table, column });
|
|
91
|
+
return {
|
|
92
|
+
type: SQLErrorTypes.NOT_NULL_CONSTRAINT_ERROR,
|
|
93
|
+
message: `NOT NULL constraint violation updating ${table}.${column}`,
|
|
94
|
+
details: {
|
|
95
|
+
originalQuery,
|
|
96
|
+
stderr: cleanStderr
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// CHECK constraint error
|
|
102
|
+
if (cleanStderr.includes('CHECK constraint failed')) {
|
|
103
|
+
const match = cleanStderr.match(/CHECK constraint failed: (\w+)/);
|
|
104
|
+
const [_, constraintName] = match || [];
|
|
105
|
+
console.debug("parseSQLError - CHECK constraint error detected:", { constraintName });
|
|
106
|
+
return {
|
|
107
|
+
type: SQLErrorTypes.CHECK_CONSTRAINT_ERROR,
|
|
108
|
+
message: `Check constraint violation updating ${constraintName}`,
|
|
109
|
+
details: {
|
|
110
|
+
originalQuery,
|
|
111
|
+
stderr: cleanStderr
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// In the FOREIGN KEY constraint section:
|
|
117
|
+
if (cleanStderr.includes('FOREIGN KEY constraint failed')) {
|
|
118
|
+
console.debug("parseSQLError - FOREIGN KEY constraint error detected.");
|
|
119
|
+
|
|
120
|
+
// Extract query details from the original command
|
|
121
|
+
const queryMatch = /--command="([^"]+)"/.exec(cmd || '');
|
|
122
|
+
const query = queryMatch ? queryMatch[1] : null;
|
|
123
|
+
|
|
124
|
+
// Parse the query to get table and column info
|
|
125
|
+
let details = {};
|
|
126
|
+
if (query) {
|
|
127
|
+
const updateMatch = /UPDATE\s+(\w+)\s+SET\s+(\w+)\s*=/.exec(query);
|
|
128
|
+
if (updateMatch) {
|
|
129
|
+
details = {
|
|
130
|
+
table: updateMatch[1],
|
|
131
|
+
column: updateMatch[2]
|
|
132
|
+
};
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// Build a descriptive message
|
|
137
|
+
const message = details.table
|
|
138
|
+
? `Foreign key constraint violation updating ${details.table}.${details.column}`
|
|
139
|
+
: 'Foreign key constraint violation';
|
|
140
|
+
|
|
141
|
+
return {
|
|
142
|
+
type: SQLErrorTypes.FOREIGN_KEY_ERROR,
|
|
143
|
+
message,
|
|
144
|
+
details: {
|
|
145
|
+
...details,
|
|
146
|
+
originalQuery: query,
|
|
147
|
+
stderr: cleanStderr
|
|
148
|
+
}
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
// Table not found
|
|
153
|
+
if (cleanStderr.includes('no such table')) {
|
|
154
|
+
const match = cleanStderr.match(/no such table: (\w+)/);
|
|
155
|
+
const [_, table] = match || [];
|
|
156
|
+
console.debug("parseSQLError - Table not found error detected:", { table });
|
|
157
|
+
return {
|
|
158
|
+
type: SQLErrorTypes.TABLE_NOT_FOUND,
|
|
159
|
+
message: `Table not found: ${table}`,
|
|
160
|
+
details: {
|
|
161
|
+
originalQuery,
|
|
162
|
+
stderr: cleanStderr
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
// Table already exists error
|
|
168
|
+
if (cleanStderr.includes('already exists')) {
|
|
169
|
+
const match = cleanStderr.match(/table (\w+) already exists/);
|
|
170
|
+
const [_, table] = match || [];
|
|
171
|
+
console.debug("parseSQLError - Table exists error detected:", { table });
|
|
172
|
+
return {
|
|
173
|
+
type: SQLErrorTypes.TABLE_EXISTS,
|
|
174
|
+
message: `Table already exists: ${table}`,
|
|
175
|
+
details: {
|
|
176
|
+
originalQuery,
|
|
177
|
+
stderr: cleanStderr
|
|
178
|
+
}
|
|
179
|
+
};
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
// Fallback for execution errors
|
|
183
|
+
console.debug("parseSQLError - No specific error match found. Using fallback for execution error.");
|
|
184
|
+
return {
|
|
185
|
+
type: SQLErrorTypes.EXECUTION_ERROR,
|
|
186
|
+
message: error.message || 'Failed to execute SQL command',
|
|
187
|
+
details: {
|
|
188
|
+
originalQuery,
|
|
189
|
+
stderr: cleanStderr
|
|
190
|
+
}
|
|
191
|
+
};
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
console.debug("parseSQLError - No stderr available; using default error handling.");
|
|
195
|
+
return {
|
|
196
|
+
type: SQLErrorTypes.UNKNOWN_ERROR,
|
|
197
|
+
message: error.message || 'An unknown error occurred',
|
|
198
|
+
details: {}
|
|
199
|
+
};
|
|
200
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// utils/request-deduplication.js
|
|
2
|
+
const requestCache = new Map();
|
|
3
|
+
|
|
4
|
+
export function deduplicateRequest(key, requestFn, ttl = 2000) {
|
|
5
|
+
const existing = requestCache.get(key);
|
|
6
|
+
if (existing && Date.now() - existing.timestamp < ttl) {
|
|
7
|
+
return existing.promise;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const promise = requestFn();
|
|
11
|
+
requestCache.set(key, {
|
|
12
|
+
promise,
|
|
13
|
+
timestamp: Date.now()
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
// Clean up after request completes
|
|
17
|
+
promise.finally(() => {
|
|
18
|
+
setTimeout(() => {
|
|
19
|
+
requestCache.delete(key);
|
|
20
|
+
}, ttl);
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
return promise;
|
|
24
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
// schema-operations.js
|
|
2
|
+
import { executeSQL, ErrorTypes } from './sql-operations.js';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves the current database schema (tables, indexes, triggers),
|
|
6
|
+
* excluding system tables and the migrations table.
|
|
7
|
+
*
|
|
8
|
+
* @param {string} projectDir - The project directory.
|
|
9
|
+
* @param {string} databaseName - The D1 database name.
|
|
10
|
+
* @param {object} env - Environment variables.
|
|
11
|
+
* @param {boolean} remote - Whether to run against remote.
|
|
12
|
+
* @returns {Promise<Array>} An array of schema objects.
|
|
13
|
+
*/
|
|
14
|
+
export async function getCurrentSchema(projectDir, databaseName, env = {}, remote = false) {
|
|
15
|
+
const sql = `
|
|
16
|
+
SELECT name, type, sql
|
|
17
|
+
FROM sqlite_master
|
|
18
|
+
WHERE type IN ('table', 'index', 'trigger')
|
|
19
|
+
AND name NOT LIKE 'sqlite_%'
|
|
20
|
+
AND name != 'd1_migrations';
|
|
21
|
+
`;
|
|
22
|
+
try {
|
|
23
|
+
const result = await executeSQL(projectDir, databaseName, sql, env, remote);
|
|
24
|
+
const parsed = JSON.parse(result);
|
|
25
|
+
return parsed[0]?.results || [];
|
|
26
|
+
} catch (error) {
|
|
27
|
+
throw {
|
|
28
|
+
type: ErrorTypes.EXECUTION_ERROR,
|
|
29
|
+
message: 'Failed to get current schema',
|
|
30
|
+
details: {
|
|
31
|
+
error: error.message,
|
|
32
|
+
suggestions: ['Check database permissions']
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Analyzes dependencies among schema statements.
|
|
40
|
+
*
|
|
41
|
+
* @param {Array} statements - An array of schema statements.
|
|
42
|
+
* @returns {Array} Ordered array of table names based on dependencies.
|
|
43
|
+
*/
|
|
44
|
+
export function analyzeDependencies(statements) {
|
|
45
|
+
const dependencies = new Map();
|
|
46
|
+
// Filter out non-DDL operations; we assume DATA_MODIFICATION are not DDL.
|
|
47
|
+
const relevantStatements = statements.filter(s => s.type !== 'DATA_MODIFICATION');
|
|
48
|
+
|
|
49
|
+
relevantStatements.forEach(stmt => {
|
|
50
|
+
const tableName = (stmt.name || stmt.tableName).toLowerCase();
|
|
51
|
+
if (!dependencies.has(tableName)) {
|
|
52
|
+
dependencies.set(tableName, new Set());
|
|
53
|
+
}
|
|
54
|
+
// For table creations, extract foreign key references.
|
|
55
|
+
if (stmt.type === 'CREATE_TABLE') {
|
|
56
|
+
const fkMatches = stmt.sql.match(/FOREIGN\s+KEY\s*\([^)]+\)\s+REFERENCES\s+(\w+)/gi);
|
|
57
|
+
if (fkMatches) {
|
|
58
|
+
fkMatches.forEach(match => {
|
|
59
|
+
const referencedTable = match.match(/REFERENCES\s+(\w+)/i)[1].toLowerCase();
|
|
60
|
+
dependencies.get(tableName).add(referencedTable);
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
return orderTables(dependencies);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Orders tables based on their dependencies.
|
|
70
|
+
*
|
|
71
|
+
* @param {Map} dependencies - Map of table names to sets of dependent table names.
|
|
72
|
+
* @returns {Array} Ordered list of table names.
|
|
73
|
+
*/
|
|
74
|
+
export function orderTables(dependencies) {
|
|
75
|
+
const ordered = [];
|
|
76
|
+
const visited = new Set();
|
|
77
|
+
const visiting = new Set();
|
|
78
|
+
|
|
79
|
+
function visit(table) {
|
|
80
|
+
if (visiting.has(table)) {
|
|
81
|
+
throw new Error(`Circular dependency detected for table: ${table}`);
|
|
82
|
+
}
|
|
83
|
+
if (visited.has(table)) return;
|
|
84
|
+
visiting.add(table);
|
|
85
|
+
const deps = dependencies.get(table) || new Set();
|
|
86
|
+
for (const dep of deps) {
|
|
87
|
+
if (!dependencies.has(dep)) {
|
|
88
|
+
throw new Error(`Missing table dependency: ${dep}`);
|
|
89
|
+
}
|
|
90
|
+
visit(dep);
|
|
91
|
+
}
|
|
92
|
+
visiting.delete(table);
|
|
93
|
+
visited.add(table);
|
|
94
|
+
ordered.push(table);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
for (const table of dependencies.keys()) {
|
|
98
|
+
if (!visited.has(table)) {
|
|
99
|
+
visit(table);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
return ordered;
|
|
103
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// lib/sql-error-types.js
|
|
2
|
+
export const SQLErrorTypes = {
|
|
3
|
+
SYNTAX_ERROR: 'SYNTAX_ERROR',
|
|
4
|
+
VALIDATION_ERROR: 'VALIDATION_ERROR',
|
|
5
|
+
EXECUTION_ERROR: 'EXECUTION_ERROR',
|
|
6
|
+
TABLE_NOT_FOUND: 'TABLE_NOT_FOUND',
|
|
7
|
+
TABLE_EXISTS: 'TABLE_EXISTS',
|
|
8
|
+
CONSTRAINT_ERROR: 'CONSTRAINT_ERROR',
|
|
9
|
+
FOREIGN_KEY_ERROR: 'FOREIGN_KEY_ERROR',
|
|
10
|
+
UNIQUE_CONSTRAINT_ERROR: 'UNIQUE_CONSTRAINT_ERROR',
|
|
11
|
+
NOT_NULL_CONSTRAINT_ERROR: 'NOT_NULL_CONSTRAINT_ERROR',
|
|
12
|
+
CHECK_CONSTRAINT_ERROR: 'CHECK_CONSTRAINT_ERROR',
|
|
13
|
+
UNKNOWN_ERROR: 'UNKNOWN_ERROR'
|
|
14
|
+
};
|