-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to dump to sqlite file? #64
Comments
For which platform? Web, desktop, mobile? |
I was also wondering how to do that for the web platform ! I figured it might already be possible using something like https://sql.js.org/#/?id=write-a-database-to-the-disk ? but idk if we can use that |
web platform。Thanks for your reply |
@astahmer yeah, I think I will expose API for dumping and loading SQLite db |
@quolpr |
@ununian I will add support once I finish this PR #61 , that adds massive changes to the code. You will be able to call before
|
and import sqlite file
The text was updated successfully, but these errors were encountered: