luasql/README
tomas 9236fa645f Atualizacao dos nomes de arquivos no README.
Correcao no Makefile na geracao dos .DEF, acrescimo da opcao -ansi.
2003-10-24 11:03:51 +00:00

23 lines
845 B
Plaintext

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
def.tmpl -- .DEF template
index.html -- Home page
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
lua.png -- Lua Logo
luasql.c -- Common functions
luasql.h -- Common definitions
Makefile -- Makefile for Unix systems
manual.html -- Reference manual
performance.lua -- Performance test script
README -- This file
test.lua -- Overall API test script
$Id: README,v 1.4 2003/10/24 11:03:51 tomas Exp $