The DBD::SQLite is a self contained RDBMS in a DBI driver

Edit Package perl-DBD-SQLite
https://metacpan.org/release/DBD-SQLite

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

Refresh
Refresh
Source Files
Filename Size Changed
DBD-SQLite-1.25.tar.bz2 0000854333 834 KB
perl-DBD-SQLite.changes 0000003611 3.53 KB
perl-DBD-SQLite.spec 0000003848 3.76 KB
Revision 3 (latest revision is 82)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 3)
- merge factory changes in

- updated to stable release 1.23

- updated to pristine 1.22_06
  *All* patches are upstreamed now. Yeah!
  Using SQLite 3.6.13 now.

- bnc#466021 fixed.

- Don't call sqlite3_finalize twice.

- update to 1.14
- disable test suite for now

- painless update to 1.13

- update to 1.12, to make it compile again. 
  Using SQLite 3.3.5 and Perl 5.8.8

- fixed bugzilla#156965, unintialized variable.

- converted neededforbuild to BuildRequires

- update to 1.11, feature++

- update to 1.10
  be more forgiving to sqlite3.h, it is buggy again.

- add norootforbuild 

- Fix neededforbuild.

- initial version 1.09
  Since 1.09 it can link against a system provided sqlite library,
  but uses its own copy due to a buggy sqlite3.h
Comments 0
openSUSE Build Service is sponsored by