This package browser is in early development. Mind the rough edges.

libdbi

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.

Installation

Install the latest version of libdbi as follows:

guix install libdbi

Or install a particular version:

guix install libdbi@0.9.0

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.