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

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.

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.