perl-dbd-sqlite 1.66
SQlite interface for Perl
DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your Perl project you simply have to install this module, and nothing else.
- Website: https://metacpan.org/release/DBD-SQLite
- Licenses: GPL 1+
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-dbd-sqlite 1.66
as follows:
guix install perl-dbd-sqlite@1.66
Or install the latest version:
guix install perl-dbd-sqlite
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.