Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 951 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 951 Bytes

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