DanielFGray / postgres-playground

run postgres in your browser and see query results
https://postgres-playground.dfg.codes
MIT License
8 stars 2 forks source link
editor interactive monaco pglite postgres redux-toolkit wasm

Postgres Playground

a postgres IDE for your browser

https://postgres-playground.dfg.codes

contributing

prerequisites

setup

after cloning the repo

bun i
bun setup

the setup script will generate a .env file, launch postgres in docker, and run migrations


to run the whole dev server

bun dev

to only run the client

bun dev:client

or to only run the backend server

bun dev:server