On 12/21/17 9:45 PM, Rowan Worth wrote:
Does either process take backups of the DB? If so, how is that implemented?

Thanks Rowan for the response!
Backup is done by a separate process through command:
   sqlite3 /path/to/db_file .dump > dump.sql
and not using the sqlite3 backup API.

Thanks,
 Nikhil
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to