Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
302 B
Text
6 lines
302 B
Text
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.
|
|
|
|
WWW: http://libdbi.sourceforge.net/
|