losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.35k stars 38 forks source link

Import and export databases #5

Open losfair opened 1 year ago

losfair commented 1 year ago

Import from and export to SQLite database files.

fire commented 1 year ago

I thought the standard ways of exporting sqlite worked. Can you clarify?

losfair commented 1 year ago

Yes the standard way works. Providing an API to dump on the page layer directly is more efficient though.