datawan-labs / pg

In Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm)
https://pg.datawan.id
MIT License
340 stars 15 forks source link

may be this project can be DBeaver or datagrip like for pglite browser? #9

Closed jueinin closed 2 months ago

jueinin commented 3 months ago

when user use pglite on browser, it's not convenience to view database data

i'am curious that if we can provide a esm file, export a mount method.

so that user can create a empty page router just like/pg-playground and call mount method, it will mount this project, so that we can read the user's pglite database, and clearly show it as table. just a little like DBeaver on browser.

jueinin commented 3 months ago

may be we just need provide a entry js file, publish to npm?

jueinin commented 3 months ago

or can we create a chrome extension for this ?