Zero setup. No extra dependencies. Browse, filter, query and manage your D1 databases — locally and in production.
| id | first_name | last_name | plan | active | orders.customer_id → | ||
|---|---|---|---|---|---|---|---|
| 1 | Mozell | Botsford | evert@hotmail.com | pro | true | 1 | |
| 3 | Renee | Bednar | jeramie@gmail.com | pro | true | 3 | |
| 7 | Marcus | Chen | m.chen@gmail.com | pro | true | 7 | |
| 8 | Priya | Nair | priya@company.io | pro | true | 8 | |
| ... | — | — |
Everything included
Unlike general-purpose tools, d1-studio reads your wrangler.toml directly. No ORM dependency, no config, no lock-in.
Pricing
Free for local development forever. Pay for production access. No per-seat pricing on Pro.
FAQ
wrangler.toml directly. It works with raw SQL, Drizzle, Prisma, or no ORM at all. No extra dependencies required.npm install -g d1s once, then d1studio in any project that has a wrangler.toml with a D1 binding. It auto-detects your local SQLite and opens in the browser.D1_STUDIO_NO_TELEMETRY=1 to opt out completely.