2011-09-08 01:40:23 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: 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). |
2010-03-11 00:55:49 by Thomas Klausner | Files touched by this commit (19) | |
Log message: 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. |