Timberjaw / Dungeonator

Dungeonator world generator for Bukkit
http://www.dungeonator.com
7 stars 1 forks source link

SQLite - Separate Library Database #22

Closed Timberjaw closed 12 years ago

Timberjaw commented 12 years ago

Move the library database into its own file to separate the active data from the library data. This will allow admins to simply delete the active database file to reset rather than being forced to use a SQL query.

Timberjaw commented 12 years ago

In retrospect, this won't work, because sometimes it's advantageous/necessary to JOIN the active and library tables.