Commit graph

5 commits

Author SHA1 Message Date
asau
354ee694fd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
cheusov
150a7ed536 remove *_drivers files 2011-09-18 20:20:35 +00:00
joerg
0cda2285c8 Apply the same -O20 -> -O3 change for the libdbi driver packages 2011-09-08 13:49:03 +00:00
joerg
e0a62f03b4 Unconditionalize use a sane optimizer level. -O20 never existed with GCC
and -O3 is a safe compromise for GCC and Clang (which enables LTO with
-O4).
2011-09-07 23:40:23 +00:00
wiz
698d527aa2 Initial import of libdbi and its drivers for mysql, postgresql and sqlite
(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.
2010-03-10 23:55:48 +00:00