Paketname | libdbd-sqlite2-perl |
Beschreibung | Perl DBI driver with a self-contained RDBMS (SQLite2 version) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2:0.33-9 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 452 Byte |
Hängt ab von | perl (>= 5.10.1-12), perlapi-5.10.1, libc6 (>= 2.4), libdbi-perl (>= 1.03), perl-dbdabi-94 |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 192062 Byte |
Prüfsumme MD5 | 3626f22a397e98023f9569fd3c71a17f |
Prüfsumme SHA1 | 9cb848b98526970862c9684cb08dada4a417f415 |
Prüfsumme SHA256 | e4a8c3fde93a217dff37e26b54dcdd400e06c71f7853368f6a95ae500550e59e |
Link zum Herunterladen | libdbd-sqlite2-perl_0.33-9_i386.deb |
Ausführliche Beschreibung | This 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.
|