Backwards SQLite Backups

Originally published at: Backwards SQLite Backups – Xojo Programming Blog

If you use SQLite databases in your apps you may or may not be aware of the Backup method which allows you to quickly and asynchronously create a backup of an existing connected database. This is especially great if you have an in-memory database and you want to store that data on disk for later reference.

7 Likes