This is a free, in-browser database manager and SQL editor that runs on your localhost using Drizzle ORM's Studio.
git clone git@github.com:GibsonAI/studio.gitnpm installJump 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 studioThis will start the studio on https://local.drizzle.studio

