summaryrefslogtreecommitdiff
path: root/databases/libdbi
AgeCommit message (Collapse)AuthorFilesLines
2011-09-18remove *_drivers filescheusov4-60/+2
2011-09-08Apply the same -O20 -> -O3 change for the libdbi driver packagesjoerg3-3/+31
2011-09-07Unconditionalize use a sane optimizer level. -O20 never existed with GCCjoerg2-1/+29
and -O3 is a safe compromise for GCC and Clang (which enables LTO with -O4).
2010-03-10Initial import of libdbi and its drivers for mysql, postgresql and sqlitewiz7-0/+80
(2 versions); packaged for wip by Aleksey Cheusov. 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.