Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-DBD-SQLite

Project: openSUSE_13.2

Repository: oss

Title: Self-contained RDBMS in a DBI Driver

Description:
SQLite is a public domain file-based relational database engine that you
can find at the http://www.sqlite.org/ manpage.

*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 the http://www.sqlite.org/lang.html manpage 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 the DBD::CSV manpage.

* 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 the DBI manpage 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.

Version: 1.42

Release: 1.2

Architecture: x86_64

Size: 1.4 MB

Build Time: 2014-10-06 16:45:51 +0200 (over 9 years ago)

Provides

Symbol Required by
SQLite.so()(64bit)
perl(DBD::SQLite) = 1.42 perl-apparmor
perl(DBD::SQLite::_WriteOnc...
perl(DBD::SQLite::db)
perl(DBD::SQLite::dr)
perl-DBD-SQLite = 1.42-1.2 git-cvs package-lists-openSUSE-KDE-cd package-lists-openSUSE-GNOME-cd package-lists-openSUSE-images
perl-DBD-SQLite(x86-64) = 1...

Requires

Symbol Provided by
libc.so.6()(64bit) glibc
libc.so.6(GLIBC_2.14)(64bit) glibc
libc.so.6(GLIBC_2.2.5)(64bit) glibc
libc.so.6(GLIBC_2.3)(64bit) glibc
libc.so.6(GLIBC_2.3.4)(64bit) glibc
libc.so.6(GLIBC_2.4)(64bit) glibc
perl(:MODULE_COMPAT_5.20.1) perl
perl(DBI) >= 1.57 perl-DBI
perl(Test::Builder) >= 0.86 perl perl-Test-Simple