1
Programming / Re: SQL Database
« on: March 17, 2013, 10:33:16 AM »
SQLite is certainly a nice database to use, and would solve the problem of parsing save files and so on. I'd suggest you avoid using it to store current state, like the current map or anything like that.