2005-06-02 18:39:51 +00:00
2005-06-02 18:39:51 +00:00
2005-06-01 21:28:42 +00:00
2005-05-03 12:40:31 +00:00
2005-03-22 23:46:05 +00:00

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 $
Description
No description provided
Readme 836 KiB
Languages
C 58.8%
Lua 38.8%
Java 1.8%
Makefile 0.6%