perl-dbd-sqlite
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.
- Versions: 1.66
- 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 the latest version of perl-dbd-sqlite
as follows:
guix install perl-dbd-sqlite
Or install a particular version:
guix install perl-dbd-sqlite@1.66
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.
Badge code
You can use the following badge to inform users of perl-dbd-sqlite about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-dbd-sqlite'><img src='https://packages.guix.gnu.org/packages/perl-dbd-sqlite/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/perl-dbd-sqlite)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-dbd-sqlite][https://packages.guix.gnu.org/packages/perl-dbd-sqlite/badges/latest-version.svg]]