libdbd-sqlite3-perl 1.70-3build1 source package in Ubuntu

Changelog

libdbd-sqlite3-perl (1.70-3build1) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:42:48 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Downloads

File Size SHA-256 Checksum
libdbd-sqlite3-perl_1.70.orig.tar.gz 2.4 MiB 40fd8ddf539e0e773a7a4e6d376794c3301459f9ab0050978bdcf97113dafe3e
libdbd-sqlite3-perl_1.70-3build1.debian.tar.xz 12.2 KiB 31c3480bda7ac6beb34177b89559ec448ccb8a4aee00a371afbd85fc7e0bae7b
libdbd-sqlite3-perl_1.70-3build1.dsc 2.3 KiB 0fe03be4768b65ae3dcb73f914cadd0e7fb2ad7dffb9d35705b0b01b83b0268f

Available diffs

View changes file

Binary packages built by this source

libdbd-sqlite3-perl: Perl DBI driver with a self-contained RDBMS

 DBD::SQLite is a Perl DBI driver with a self-contained relational database
 management system. It embeds a small and fast embedded SQL database engine
 called SQLite (see sqlite3) into a DBI driver. It is useful if you want a
 relational database for your project, but don't want to install a large
 RDBMS system like MySQL or PostgreSQL.
 .
 SQLite supports the following features:
 .
  * Implements a large subset of SQL92 (<URL:http://www.sqlite.org/lang.html>)
  * A complete DB in a single disk file
    Everything for your database is stored in a single disk file, making it
    easier to move things around than with DBD::CSV.
  * Atomic commit and rollback
 .
 The engine is very fast, but for updates/inserts/dml it does perform a global
 lock on the entire database. This, obviously, might not be good for multiple
 user systems. The database also appears to be significantly faster if your
 transactions are coarse.

libdbd-sqlite3-perl-dbgsym: No summary available for libdbd-sqlite3-perl-dbgsym in ubuntu kinetic.

No description available for libdbd-sqlite3-perl-dbgsym in ubuntu kinetic.