Imuroi lähdekoodipaketti libdbd-sqlite3-perl:
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.
|
|
|
| Arkkitehtuuri | Versio | Paketin koko | Koko asennettuna | Tiedostot |
|---|---|---|---|---|
| alpha | 1.27-1 | 88.7 kt | 300 kt | [tiedostoluettelo] |
| amd64 | 1.27-1 | 86.8 kt | 268 kt | [tiedostoluettelo] |
| armel | 1.27-1 | 81.8 kt | 252 kt | [tiedostoluettelo] |
| avr32 (epävirallinen siirros) | 1.27-1 | 77.9 kt | 236 kt | [tiedostoluettelo] |
| hppa | 1.27-1 | 88.1 kt | 280 kt | [tiedostoluettelo] |
| hurd-i386 | 1.27-1 | 83.5 kt | 256 kt | [tiedostoluettelo] |
| i386 | 1.27-1 | 83.2 kt | 252 kt | [tiedostoluettelo] |
| ia64 | 1.27-1 | 100.9 kt | 372 kt | [tiedostoluettelo] |
| kfreebsd-amd64 | 1.27-1 | 87.2 kt | 224 kt | [tiedostoluettelo] |
| kfreebsd-i386 | 1.27-1 | 84.1 kt | 212 kt | [tiedostoluettelo] |
| m68k (epävirallinen siirros) | 1.14-3 | 51.8 kt | 176 kt | [tiedostoluettelo] |
| mips | 1.27-1 | 79.0 kt | 284 kt | [tiedostoluettelo] |
| mipsel | 1.27-1 | 78.8 kt | 284 kt | [tiedostoluettelo] |
| powerpc | 1.27-1 | 87.7 kt | 276 kt | [tiedostoluettelo] |
| s390 | 1.27-1 | 85.3 kt | 272 kt | [tiedostoluettelo] |
| sparc | 1.27-1 | 82.0 kt | 260 kt | [tiedostoluettelo] |