libdbd-sqlite2-perl 2:0.38-2build1 source package in Ubuntu

Changelog

libdbd-sqlite2-perl (2:0.38-2build1) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:42:46 +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-sqlite2-perl_0.38.orig.tar.gz 365.6 KiB 75c2e0cb76e4f9e51a5cdf986be3bf1471d478ad7b215db2f5b7c8582ac17e33
libdbd-sqlite2-perl_0.38-2build1.debian.tar.xz 5.6 KiB ad5a0e9d550072b4755611a7d4150cca5568594ff7128f51ae0276a7e0ff51ac
libdbd-sqlite2-perl_0.38-2build1.dsc 2.3 KiB 5b40e511e2f6cacd44ce159178f3968d265f0e4c5285f7c694bb4bfe03e9fd30

View changes file

Binary packages built by this source

libdbd-sqlite2-perl: Perl DBI driver with a self-contained RDBMS (SQLite2 version)

 The DBD::SQLite2 module embeds a small fast embedded SQL database engine
 called SQLite into a DBI driver, if you want a relational database for your
 project, but don't want to install a large RDBMS system like MySQL or
 PostgreSQL, then DBD::SQLite may be just what you need.
 .
 SQLite supports the following features:
 .
  * Implements a large subset of SQL92
    See http://www.hwaci.com/sw/sqlite/lang.html for details.
 .
  * 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. So beware. The database also
 appears to be significantly faster if your transactions are coarse.

libdbd-sqlite2-perl-dbgsym: debug symbols for libdbd-sqlite2-perl