libdbi 0.9.0
Database independent abstraction layer in C
This library 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.
- Website: https://libdbi.sourceforge.net/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libdbi 0.9.0
as follows:
guix install libdbi@0.9.0
Or install the latest version:
guix install libdbi
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.