Quote:
Originally Posted by coreys
To be honest I see absolutely no benefit to using SQLite over, say, TIniFile, for mudlib storage. Loading/Saving of player data using these methods should only be done on login/logout, a file for every player, and is not slow enough to where using a system like that is necessary.
|
Transactions, queries to analyze your data, and a centralized backup of all data seem like big benefits to me.