Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
BrunoQuaresma opened this issue Mar 29, 2024 · 4 comments
Closed

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

BrunoQuaresma opened this issue Mar 29, 2024 · 4 comments

Comments

@BrunoQuaresma
Copy link

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
Copy link
Collaborator

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
Copy link

It's possible to use something like drizzle studio?

@jueinin
Copy link

jueinin commented Jul 11, 2024

but i want to use it on browser, is there a GUI tool to view database?

@jueinin
Copy link

jueinin commented Jul 12, 2024

in browser env, may be you can try this project, https://github.com/datawan-labs/pg

just import src/main.tsx and provideo a container DOM node.

ensure import it within the same domain & port, otherwise, it can't read the pg indexdb files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants