Name : perl-DBD-SQLite2
| |
Version : 0.380.0
| Vendor : obs://build_opensuse_org/spins:invis
|
Release : lp154.2.1
| Date : 2024-07-20 21:46:32
|
Group : Unspecified
| Source RPM : perl-DBD-SQLite2-0.380.0-lp154.2.1.src.rpm
|
Size : 0.42 MB
| |
Packager : https://www_suse_com/
| |
Summary : Self Contained RDBMS in a DBI Driver (sqlite 2.x)
|
Description :
SQLite is a public domain RDBMS database engine that you can find at http://www.sqlite.org/.
Rather than ask you to install SQLite first, because SQLite is public domain, DBD::SQLite2 includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and *nothing* else.
For real work please use the updated DBD::SQLite driver with the up-to-date sqlite3 backend. SQLite2 supports the following features:
* Implements a large subset of SQL92
See http://www.sqlite.org/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
Yes, DBD::SQLite2 is small and light, but it supports full transactions
* Extensible
User-defined aggregate or regular functions can be registered with the SQL parser.
There\'s lots more to it, so please refer to the docs on the SQLite web page, listed above, for SQL details. Also refer to DBI for details on how to use DBI itself.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/spins:/invis:/benno/15.4/x86_64 |