(01-27-2015, 01:39 AM)xoft Wrote: I think SQLite is an overkill for this, going through all the interfaces and all the locking. A simple Lua table would probably be an easier solution.
The problem is that I know sqlite, and I am new to Lua.
I'm abstracting the data structure, so I could easily change it once I have it working.
Although, this http://lua-users.org/wiki/TablesTutorial makes it seem easy. I guess I'll just use the Lua tables. They will do what I need.