Replies: 2 comments
-
I haven't implemented import/export yet although some people were interested in doing it not too long ago and the details of how to do it were discussed here: rhashimoto/wa-sqlite#82 There's also a chance we'll support the official SQLite WASM port in the future. The reason that is relevant here is that the official build includes db import/export support. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There's this demo of db import and export here: source code: https://github.com/rhashimoto/wa-sqlite/tree/master/demo/file |
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 have been using sql.js for a web app that saves the SQLite file to the user's disk. I would like to switch over to vulcan and would like to know if there is a simple way to export from @vlcn.io/crsqlite-wasm similar to sql.js' export?
Beta Was this translation helpful? Give feedback.
All reactions