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.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.1:Staging:FactoryCandidates/perl-DBD-SQLite && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
DBD-SQLite-1.42.tar.gz | 0001629815 1.55 MB | |
perl-DBD-SQLite.changes | 0000021652 21.1 KB | |
perl-DBD-SQLite.spec | 0000003026 2.96 KB |
Revision 33 (latest revision is 54)
Stephan Kulow (coolo)
accepted
request 250230
from
Stephan Kulow (coolo)
(revision 33)
- updated to 1.42 - Switched to a production version. (ISHIGAKI) 1.41_07 2014-03-13 - Updated to SQLite 3.8.4.1, which fixed several obscure bugs on "ORDER BY" or "DISTINCT". (ISHIGAKI) 1.41_06 2014-02-12 - Updated to SQLite 3.8.3.1, which fixed a SQLite bug in 3.8.2 (bundled in DBD::SQLite 1.41_04/5) that could cause queries to omit valid out rows. (ISHIGAKI) 1.41_05 2014-01-22 - Resolved #92322: Failure under heavily parallelized tests (ISHIGAKI) - Disabled Test::NoWarnings in a test 1.41_04 2014-01-12 - Updated to SQLite 3.8.2 (ISHIGAKI) - Resolved #90211: Error in documentation (Felix Li) - Resolved #89351: DBD-SQLite won't compile on Cygwin 64 bit (Warren Young++) (ISHIGAKI) - Tweaked sqlite_see_if_its_a_number not to guess data types of bind values with explicit type specification (via bind_param() etc) (mje++, ilmari++) (ISHIGAKI) 1.41_03 2013-09-05 - Updated to SQLite 3.8.0.2 (ISHIGAKI) 1.41_02 2013-08-30
Comments 0