lua-users home
lua-l archive

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


Hi all,

Overview

LuaSQL was  developed to ease  the usage  of data sources  from end-user
applications. It provides  a simple API that enables access  to the most
important  functionality available  in  many database  managers. In  its
current version, LuaSQL enables users to, through Lua:

  - Connect to ODBC and PostgreSQL databases;
  - List tables available in said database;
  - Execute arbitrary SQL statements;
  - Retrieve results in a row-by-row cursor fashion.
 
Download

LuaSQL can be dowloaded in source code from its homepage at

  http://www.tecgraf.puc-rio.br/luasql

Kind regards,
Diego.