[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANNOUNCE] LuaSQL released
- From: Diego Nehab <diego@...>
- Date: Tue, 12 Jun 2001 17:37:43 -0300 (EST)
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.