How to get a binary dump of SQLite memory db
1 answer
Check out this thread on Nabble . You can use the ATTACH command to save the DB :memory:
to disk, but if you are only working in memory to get speed, they do some tips on reducing errors to get speed as well.
+6
source to share