Skip to content

GibsonAI/studio

Repository files navigation

GibsonAI

studio

This is a free, in-browser database manager and SQL editor that runs on your localhost using Drizzle ORM's Studio.

Studio screenshot

Installation

Clone this repo

git clone [email protected]:GibsonAI/studio.git

Install the dependencies

npm install

Set the connection string

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.

Run the Studio

npm run studio

This will start the studio on https://local.drizzle.studio

About

Database manager and SQL editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published