Replies: 2 comments 2 replies
-
Did you try this out and failed? Is this a question on what's wrong? If so, I think one issue with your code is the name of the database in I'm not really sure what you can use to save/load from IndexedDB, though, or if that's even possible. |
Beta Was this translation helpful? Give feedback.
2 replies
-
See 7dc4520. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm experimenting with Golang + WASM + SQLite in the browser and I want to dump and hydrate the database using indexdb purely as a proof-of-concept. I appreciate that this library isn't designed for or advise this use case, I just think it would be cool to try it out.
Rough example:
Any general advice in this area would be appreciated. Thank you for creating this library and Happy New Year.
Beta Was this translation helpful? Give feedback.
All reactions