drizzle-kit studio
- Drizzle Kit overview and config file
- Drizzle Studio, our database browser - read here
drizzle-kit studio
command spins up a server for Drizzle Studio hosted on local.drizzle.studio.
It requires you to specify database connection credentials via drizzle.config.ts config file.
By default it will start a Drizzle Studio server on 127.0.0.1:4983
Configuring host
and port
By default Drizzle Studio server starts on 127.0.0.1:4983
,
you can config host
and port
via CLI options
Logging
You can enable logging of every SQL statement by providing verbose
flag
Safari and Brave support
Safari and Brave block access to localhost by default. You need to install mkcert and generate self-signed certificate:
- Follow the mkcert installation steps
- Run
mkcert -install
- Restart your
drizzle-kit studio
Embeddable version of Drizzle Studio
While hosted version of Drizzle Studio for local development is free forever and meant to just enrich Drizzle ecosystem, we have a B2B offering of an embeddable version of Drizzle Studio for businesses.
Drizzle Studio component - is a pre-bundled framework agnostic web component of Drizzle Studio
which you can embed into your UI React
Vue
Svelte
VanillaJS
etc.
That is an extremely powerful UI element that can elevate your offering if you provide Database as a SaaS or a data centric SaaS solutions based on SQL or for private non-customer facing in-house usage.
Database platforms using Drizzle Studio:
- Turso, our first customers since Oct 2023!
- Neon, launch post
- Hydra
Data centric platforms using Drizzle Studio:
- Nuxt Hub, Sébastien Chopin’s lauch post
- Deco.cx
You can read a detailed overview here and if you’re interested - hit us in DMs on Twitter or in Discord #drizzle-studio channel.
Drizzle Studio chrome extension
Drizzle Studio chrome extension lets you browse your PlanetScale, Cloudflare and Vercel Postgres serverless databases directly in their vendor admin panels!
Limitations
Our hosted version Drizzle Studio is meant to be used for local development and not meant to be used on remote(VPS, etc).
If you want to deploy Drizzle Studio to your VPS - we have an alfa version of Drizzle Studio Gateway, hit us in DMs on Twitter or in Discord #drizzle-studio channel.
Is it open source?
No. Drizzle ORM and Drizzle Kit are fully open sourced, while Studio is not.
Drizzle Studio for local development is free to use forever to enrich Drizzle ecosystem, open sourcing one would’ve break our ability to provide B2B offerings and monetise it, unfortunatelly.