On 9/29/15, eluken at pentarch.org <eluken at pentarch.org> wrote:
> I am using SQLite as the backend for a table-top wargame aid. One of the
> features I am including in the aid is allowing the user to change the name
> of the database. What would be the best way to do so? Inside the filesystem?
> Or some feature in SQLite to copy the database to a new name? Ideally, all
> of the data within the database will be transferred as well.

https://www.sqlite.org/backup.html
-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to