Re: NEW: databases/libdbi

2006-10-19 Thread Wijnand Wiersma

2006/10/17, Wijnand Wiersma [EMAIL PROTECTED]:

libdbi implements a database-independent abstraction layer in C, similar
to the DBI/DBD layer in Perl. Writing one generic set of code,
programmers can leverage the power of multiple databases and multiple
simultaneous database connections by using this framework.

I also created 3 ports for libdbi drivers: pgsql, mysql and sqlite3.

All 4 ports are wrapped into one tarball at:
http://nedbsd.nl/~wijnand/ports/libdbi.tar.gz


Newer version, added
# $OpenBSD$
tags and some formatting changes in the Makefiles

Build tested on some platforms by jasper

Comments are welcome.

Wijnand



NEW: databases/libdbi

2006-10-17 Thread Wijnand Wiersma
libdbi implements a database-independent abstraction layer in C, similar
to the DBI/DBD layer in Perl. Writing one generic set of code,
programmers can leverage the power of multiple databases and multiple
simultaneous database connections by using this framework.

I also created 3 ports for libdbi drivers: pgsql, mysql and sqlite3.

All 4 ports are wrapped into one tarball at:
http://nedbsd.nl/~wijnand/ports/libdbi.tar.gz

Wijnand