LuaSQL is a Lua library that provides access to the most important
functionality available in any database manager.

Here goes a small description of the files in the distribution

    ls_odbc.c        -- ODBC driver (source)
    ls_odbc.h        -- ODBC driver (header)
    ls_pg.c          -- PostgreSQL driver (source)
    ls_pg.h          -- PostgreSQL driver (header)
    lua.png          -- Lua Logo
    luasql.c         -- Common functions
    luasql.h         -- Common definitions
    Makefile         -- Makefile for Unix systems
    manual.html      -- API manual
    odbc.lua         -- ODBC driver (lua)
    performance.lua  -- Performance test script
    postgres.lua     -- PostgreSQL driver (lua)
    README           -- This file
    test.lua         -- API test script

$Id: README,v 1.2 2003/04/07 13:41:29 tomas Exp $
Description
No description provided
Readme 836 KiB
Languages
C 58.8%
Lua 38.8%
Java 1.8%
Makefile 0.6%