libdbd-sqlite3-perl 1.14-3maemo1
Perl DBI driver with a self-contained RDBMS
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.
Section:
perl
Repository:
Uploaded by:
Depends:
Size:
51210 bytes
MD5sum:
024413705aaef7145d044dcdd3662345
Status:
Package imported
QA Quarantine ends:
ENDED 2011-02-16 20:14
Packages depending on this package:
Changes
| Version | Changes | Author | Date |
| 1.14-3maemo1 | * HACK! Forced perl version to 5.8.3 in debian/control Crappy scratchbox has hacked dh_perl that always runs with host perl which is 5.8.4 * Disabled scratchbox hijacking of /usr/bin/perl | marat@slonopotamus.org | 2011-02-16 20:10 UTC |
Package events
| Event type | User | Timestamp |
| Package imported | System | 2011-02-17 13:41 UTC |
| Build succeeded | System | 2011-02-17 13:05 UTC |
| Build failed | System | 2011-02-16 20:14 UTC |
| Building | System | 2011-02-16 20:14 UTC |

Comments:
There have been no comments so far.
Comments:
You must be logged in to make comments.