lua-users home
lua-l archive

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


> De: Asko Kauppi <asko.kauppi@sci.fi>
> Have you looked at SQLite before you go for the bigger fish?
> There's a couple of bindings, but I have no experience on them.  
> Anyhow, http://www.sqlite.org/whentouse.html is good reading.

> 30.1.2005 kello 13:04, Markus Huber kirjoitti:
> >  My last point: I need database functionality in Lua e.g. mySQL. So I
> > need a socket library to communicate with the database engine.

Or, if you prefer to have some database engine independence, you can try LuaSQL (http://www.keplerproject.org/luasql/) to use ODBC, Oracle, MySQL, SQLite, JDBC or PostgreSQL databases.

Andre Carregal