2003-03-26 15:06:20 +00:00
|
|
|
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
|
|
|
|
|
2003-12-01 16:08:38 +00:00
|
|
|
authors.html -- List of authors
|
2003-10-24 11:03:51 +00:00
|
|
|
def.tmpl -- .DEF template
|
2003-05-05 10:06:34 +00:00
|
|
|
index.html -- Home page
|
2003-12-01 16:08:38 +00:00
|
|
|
licence.html -- Copyright & License
|
2003-10-24 11:03:51 +00:00
|
|
|
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
|
2005-03-01 15:03:57 +00:00
|
|
|
jdbc/* -- JDBC driver
|
|
|
|
ado/* -- ADO driver
|
2003-12-29 15:27:23 +00:00
|
|
|
luasql.png -- LuaSQL Logo
|
2003-03-26 15:06:20 +00:00
|
|
|
luasql.c -- Common functions
|
|
|
|
luasql.h -- Common definitions
|
2003-04-07 13:41:29 +00:00
|
|
|
Makefile -- Makefile for Unix systems
|
2003-05-05 10:06:34 +00:00
|
|
|
manual.html -- Reference manual
|
2003-04-07 13:41:29 +00:00
|
|
|
performance.lua -- Performance test script
|
|
|
|
README -- This file
|
2003-05-05 10:06:34 +00:00
|
|
|
test.lua -- Overall API test script
|
2003-03-26 15:06:20 +00:00
|
|
|
|
2005-03-01 15:03:57 +00:00
|
|
|
$Id: README,v 1.7 2005/03/01 15:03:57 tuler Exp $
|