libdbd-sqlite3-perl binary package in Ubuntu Lunar amd64

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-12-13 04:25:02 UTC Published Ubuntu Lunar amd64 release universe perl Optional 1.72-1
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar amd64 proposed universe perl Optional 1.72-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2022-11-27 05:29:21 UTC Superseded Ubuntu Lunar amd64 proposed universe perl Optional 1.70-3build2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of libdbd-sqlite3-perl 1.72-1 in ubuntu lunar PROPOSED
  • Published
  2022-12-13 04:32:07 UTC Superseded Ubuntu Lunar amd64 release universe perl Optional 1.70-3build1
  • Removal requested .
  • Superseded by amd64 build of libdbd-sqlite3-perl 1.72-1 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu