Go to file
carregal 4a86ea694d Updated the VC6 project to use Postgres 7.4.12 2006-05-12 15:04:06 +00:00
doc Updated the MySQL driver list to include MySQL 5.0 2006-05-09 19:14:50 +00:00
src Registering function as a cursor method. 2006-01-25 20:49:30 +00:00
tests Improving error messages and finding the driver-specific test file. 2006-01-25 21:46:44 +00:00
vc6 Updated the VC6 project to use Postgres 7.4.12 2006-05-12 15:04:06 +00:00
Makefile Correcting option which only exists on MacOS X. 2005-06-27 17:01:03 +00:00
README Documentation update 2005-03-22 23:46:05 +00:00
config Adding configuration for UnixODBC driver. 2006-01-12 20:57:53 +00:00

README

LuaSQL is a Lua library that provides access to the most important
functionality available in any database manager. For more details check
http://www.keplerproject.org/luasql/

Here goes a small description of the files in the distribution

    def.tmpl         -- .DEF template
    loader.tmpl      -- Lua loader template
    ls_mysql.c       -- MySQL driver
    ls_oci8.c        -- Oracle OCI 8 driver
    ls_odbc.c        -- ODBC driver
    ls_pg.c          -- PostgreSQL driver
    ado/*            -- ADO driver
    doc/us/*         -- Documentation
    jdbc/*           -- JDBC driver
    luasql.c         -- Common functions
    luasql.h         -- Common definitions
    Makefile         -- Makefile for Unix systems
    performance.lua  -- Performance test script
    README           -- This file
    test.lua         -- Overall API test script

$Id: README,v 1.8 2005/03/22 23:46:05 carregal Exp $