I generated dump file from java using .dump command so my back-up is ready now I want to restore it to once again so can anyone help me how to restore?
In stackoverflow I got this but nothing restore from this..backup-and-restore-sqlite-from-disk-to-memory-in-java
so how to restore this file?
.dump
command. If you've used.dump
, it was in thesqlite3
command-line tool, which has nothing to do with Java. – CL. Oct 23 at 12:05sqlite3
's dump file is intended to recreate everything in an empty database. – CL. Oct 24 at 8:31