perl-DBD-SQLite

Self Contained SQLite RDBMS in a DBI Driver

SQLite is a public domain file-based relational database engine that you can find at <a href="https://www.sqlite.org/">https://www.sqlite.org/</a> . *DBD::SQLite* is a Perl DBI driver for SQLite, that 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. SQLite supports the following features: * Implements a large subset of SQL92 See <a href="https://www.sqlite.org/lang.html">https://www.sqlite.org/lang.html</a> 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::SQLite* 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. The API works like every DBI module does. However, currently many statement attributes are not implemented or are limited by the typeless nature of the SQLite database.

Tidak ada paket resmi yang tersedia untuk openSUSE Leap 15.5

Distribusi

openSUSE Tumbleweed

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Leap 15.4

SUSE SLE-11 SP 4

Distribusi yang tak didukung

Distribusi berikut ini tidak didukung secara resmi. Gunakan paket ini dengan risiko Anda sendiri.

openSUSE:ALP:Experimental:Slowroll:Base

openSUSE:Slowroll:Base

openSUSE:Leap:15.0

openSUSE:Leap:15.1

openSUSE:Leap:15.2

openSUSE:Leap:42.2

openSUSE:Leap:42.3

openSUSE:Leap:42.1

openSUSE:13.2

openSUSE:13.1

openSUSE:12.3

openSUSE:12.2

openSUSE:12.1

openSUSE:11.4

openSUSE:11.1

SUSE:SLE-15:GA

DISCONTINUED:openSUSE:11.1

home:obsgeek0:repos:SLE15:aggregate