DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibdbd-sqlite2-perl
BeschreibungPerl DBI driver with a self-contained RDBMS (SQLite2 version)
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2:0.33-9
Sektionperl
Prioritätoptional
Installierte Größe452 Byte
Hängt ab vonperl (>= 5.10.1-12), perlapi-5.10.1, libc6 (>= 2.4), libdbi-perl (>= 1.03), perl-dbdabi-94
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße192062 Byte
Prüfsumme MD53626f22a397e98023f9569fd3c71a17f
Prüfsumme SHA19cb848b98526970862c9684cb08dada4a417f415
Prüfsumme SHA256e4a8c3fde93a217dff37e26b54dcdd400e06c71f7853368f6a95ae500550e59e
Link zum Herunterladenlibdbd-sqlite2-perl_0.33-9_i386.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds