electric-sql / pglite

Lightweight Postgres packaged as WASM into a TypeScript library for the browser, Node.js, Bun and Deno
https://electric-sql.com
Apache License 2.0
4.76k stars 81 forks source link

Question: How to access it from a GUI? #65

Open BrunoQuaresma opened 3 months ago

BrunoQuaresma commented 3 months ago

Hi folks, I'm playing around with the project and I'm using local files to store the data. Is there any GUI that would support pqlite? I would like to use it to debug things. Thank you!

samwillis commented 3 months ago

We've not built one yet, but it's on the list!

best way to debug for now it to make the db global so you can access it from the terminal, then just do queries there.

jlucaso1 commented 3 months ago

It's possible to use something like drizzle studio?