* Info

ldbi is a set of bindings to database access libraries.
Currently supports Postgresql and SQLite.

* Install

- Dependencies:

-> libpq (8.x), with development files (for Postgres);
-> sqlite 3.6.x, with development files (for SQLite);
-> Lua 5.1.x, with development files;

Edit the Makefile to suit your needs, and run
$ make [AMD64=1 | DEBUG=1]
# make install [DESTDIR=forpackages]

ldbi is portable and has been tested with Arch Linux (x86/x86_64), Fedora 9 (x86),
	Debian 5 (x86_64), Ubuntu 10.04 (x86_64) and MS-Windows XP (x86).

* How to use

Its similar to the luasql library. See tests for some examples.

* Contact

Lucas Hermann Negri - <kkndrox@gmail.com>
http://oproj.tuxfamily.org
