[sqlite] Best Practices

2015-09-30 Thread elu...@pentarch.org
Well, when you put it like that :) I might allow the user to change the name based on the game name. But there again, special characters. Ideally, the functionality would allow for multiple databases. I also need to figure out how to upgrade the database when I have a database upgrade, and

[sqlite] Best Practices

2015-09-29 Thread elu...@pentarch.org
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,