[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaSocket to communicate with database
- From: "Andre Carregal" <carregal@...>
- Date: Sun, 30 Jan 2005 12:58:34 -0200
> 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