Cloudflare D1, inside VS Code

Inspect the schema.
Run the query.
Stay in your editor.

D1 Studio gives remote Cloudflare D1 databases a focused explorer, SQL editor, and navigable results grid without requiring Wrangler or a Worker proxy.

D1 Read is enough for browsing and SELECT queries. Use D1 Edit only when you need to change data or schema.

D1 Studio: Databases D1 Studio: Refresh
aurora-commerceglobal
Tables
catalog_items
purchase_orders
shipment_routes
warehouse_bins
support_tickets
event_archive
Views
Indexes
Triggers
set_shipment_timestamp
archive_closed_ticket
aurora-sandboxglobal

Built for database work

The useful parts, close at hand.

Explore every object

Browse tables, views, indexes, and triggers. Open formatted DDL directly in a database-associated query editor.

Execute what you select

Select complete SQL and use the editor play button. No selection means nothing runs, keeping execution deliberate.

Navigate real grids

Results open below the SQL in the same editor column, with statement metadata and keyboard-friendly cells.

Permission-aware by design

Read-only stays fully useful.

Your API token is stored only in VS Code Secret Storage. A read-only token can discover databases, browse schema, inspect content, and execute reads normally.

If Cloudflare rejects a mutation, D1 Studio reports that D1 Edit is required while preserving the connection, SQL, explorer, and results.