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

    index.html       -- Home page
    ls_odbc.c        -- ODBC driver (source)
    ls_odbc.def      -- ODBC driver (.def)
    ls_odbc.h        -- ODBC driver (header)
    ls_pg.c          -- PostgreSQL driver (source)
    ls_pg.def        -- PostgreSQL driver (.def)
    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      -- Reference manual
    odbc.tmpl        -- ODBC loader template (.lua)
    performance.lua  -- Performance test script
    postgres.tmpl    -- PostgreSQL loader template (.lua)
    README           -- This file
    test.lua         -- Overall API test script

$Id: README,v 1.3 2003/05/05 10:06:34 tomas Exp $
Description
No description provided
Readme 836 KiB
Languages
C 58.8%
Lua 38.8%
Java 1.8%
Makefile 0.6%