Not a verified service
This is not a verified service. It is a research card assembled from the upstream README and metadata. The deployment contract, live deployment and Evidence are not complete.
DECIDE FIRST
What is this project
A Pages and SvelteKit tool for managing multiple Cloudflare D1 databases
What problem does it solve
Solves the need to switch repeatedly to the command line to manage D1 schemas data and SQL
Who it is for
- Developers managing multiple D1 databases
- teams needing a simple data console
What it can do
- Inspect tables and schemas
- run SQL
- edit data
- connect multiple D1 databases
- optional semantic queries
Before you deploy
- Cloudflare Pages
- D1 bindings
- recommended Cloudflare Access
- optional OpenAI or Workers AI
What to know first
- It can perform high-privilege data operations
- Access and least privilege must be configured first
Current stage
Product purpose and deployment steps are clear; admin permissions and destructive-action safeguards are unverified
Upstream facts
- Upstream
- JacobLinCool/d1-manager
- License
- MIT
- Default branch
- main
- Last push
- 2026-08-26
- Checked on
- 2026-08-27
Next steps
- Define Access and roles
- test SQL permissions and audit boundaries
- verify D1 binding teardown