Yada 1.0.0 (Default branch) |
|
|
Wednesday November 21, 2007. 09:36 AM FreshMeat
Yada is a C library that abstracts SQL
databases, aiming at allowing transparent use
of multiple database types. To accomplish this,
it uses a compitability layer of functions to bind
input and output variables, prepare
statements, and retrieve data. Its functionality
and concept are somewhat like Perl's DBI, but
hopefully somewhat improved.
License: GNU General Public License (GPL)
Changes:
This version of yada adds va_list functions and
more functionality for yadac structure binding. A
lot of the build system was cleaned up and/or
fixed.
|