luasql/README

25 lines
998 B
Plaintext
Raw Normal View History

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
index.html -- Home page
2003-03-26 15:06:20 +00:00
ls_odbc.c -- ODBC driver (source)
ls_odbc.def -- ODBC driver (.def)
2003-03-26 15:06:20 +00:00
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
2003-03-26 15:06:20 +00:00
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
2003-03-26 15:06:20 +00:00
$Id: README,v 1.3 2003/05/05 10:06:34 tomas Exp $