The DBD::SQLite is a self contained RDBMS in a DBI driver
SQLite is a small fast embedded SQL database engine.
DBD::SQLite embeds that database engine into a DBD driver, so 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.
It supports quite a lot of features, such as transactions (atomic
commit and rollback), indexes, DBA-free operation, a large subset of
SQL92 supported, and more.
Linking against sqlite3-devel
- Sources inherited from project DISCONTINUED:openSUSE:11.1
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout DISCONTINUED:openSUSE:11.1:Update/perl-DBD-SQLite && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| DBD-SQLite-1.14.tar.gz | 0000703380 687 KB | |
| dbimp-no_uninit.diff | 0000000690 690 Bytes | |
| makefile-forgiving.diff | 0000001697 1.66 KB | |
| perl-DBD-SQLite.changes | 0000001818 1.78 KB | |
| perl-DBD-SQLite.spec | 0000002870 2.8 KB | |
| ready | 0000000000 0 Bytes | |
| sqlite3-finalize.diff | 0000001032 1.01 KB |
Comments 0