How do you view, re-create or otherwise operate the database? #429
Unanswered
kimmobrunfeldt
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I eventually figured out that the data is written to IndexedDB |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having a hard time figuring out the best way to access the SQLite database for debugging purposes. For example I accidentally wrote incorrect data and would need to clear the database completely to start over. How would you do that?
Tried to also look for any files in the OPFS using OPFS Explorer but found none:
I'm using
@vlcn.io/react
so the application gets the database context handler via hooks. Exposing that to e.g. dev tools didn't work by doing:not sure why.
How do you usually do this kind of debugging? Have you been able to connect any SQLite GUIs to the database? For example https://sqlitebrowser.org/
Beta Was this translation helpful? Give feedback.
All reactions