lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> SQLite is not thread/task safe, so i wrote a simple tcp
> `server' for it with proper locking.

This is not correct. You can most definitely use the same SQLite database from multiple threads and/or processes. And it's not hard to figure out how either. Here's a reference:

	http://www.sqlite.org/faq.html#q6

I can recommend SQLite to anyone looking for a small-but-powerful database library. Sure enough, Lua and SQLite make a perfect pair [;-)].

Ashwin.
-- 
no signature is a signature.