Télécharger le paquet source libdbd-sqlite3-perl :
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.
|
|
|
| Architecture | Version | Taille du paquet | Espace occupé une fois installé | Fichiers |
|---|---|---|---|---|
| alpha | 1.25-4 | 65,4 ko | 224 ko | [liste des fichiers] |
| amd64 | 1.25-4 | 64,3 ko | 140 ko | [liste des fichiers] |
| armel | 1.25-4 | 61,5 ko | 192 ko | [liste des fichiers] |
| avr32 (portage non officiel) | 1.25-2 | 304,6 ko | 540 ko | [liste des fichiers] |
| hppa | 1.25-4 | 65,0 ko | 208 ko | [liste des fichiers] |
| hurd-i386 | 1.25-4 | 61,7 ko | 196 ko | [liste des fichiers] |
| i386 | 1.25-4 | 61,3 ko | 196 ko | [liste des fichiers] |
| ia64 | 1.25-2 | 494,2 ko | 1360 ko | [liste des fichiers] |
| kfreebsd-amd64 | 1.25-4 | 64,3 ko | 164 ko | [liste des fichiers] |
| kfreebsd-i386 | 1.25-4 | 61,8 ko | 156 ko | [liste des fichiers] |
| m68k (portage non officiel) | 1.14-3 | 51,8 ko | 176 ko | [liste des fichiers] |
| mips | 1.25-2 | 333,6 ko | 852 ko | [liste des fichiers] |
| mipsel | 1.25-4 | 59,8 ko | 212 ko | [liste des fichiers] |
| powerpc | 1.25-4 | 64,7 ko | 208 ko | [liste des fichiers] |
| s390 | 1.25-4 | 64,6 ko | 204 ko | [liste des fichiers] |
| sparc | 1.25-4 | 60,7 ko | 200 ko | [liste des fichiers] |