This is a free, in-browser database manager and SQL editor that runs on your localhost using Drizzle ORM's Studio.
git clone [email protected]:GibsonAI/studio.git
npm install
Jump into your project settings in Gibson and copy the connection string
Create a .env
file with DATABASE_URL=<your-connection-string>
(see .env.example
for an example)
NOTE: you will need the ssl={"rejectUnauthorized":false}
query param since this will be connecting from localhost without SSL enabled.
npm run studio
This will start the studio on https://local.drizzle.studio