home:favogt:symbolictw -Bsymbolic-functions https://download.opensuse.org/repositories/home:/favogt:/symbolictw/standard/ openSUSE:Factory:Staging:A https://download.opensuse.org/repositories/openSUSE:/Factory:/Staging:/A/standard/ openSUSE:Factory:Staging:A https://download.opensuse.org/repositories/openSUSE:/Factory:/Staging:/A/bootstrap_copy/ openSUSE:Factory:Staging openSUSE Factory Staging This is just a namespace for various staging projects https://download.opensuse.org/repositories/openSUSE:/Factory:/Staging/standard/ openSUSE:Factory The next openSUSE distribution Any user who wishes to have the newest packages that include, but are not limited to, the Linux kernel, SAMBA, git, desktops, office applications and many other packages, will want Tumbleweed. Tumbleweed appeals to Power Users, Software Developers and openSUSE Contributors. If you require the latest software stacks and Integrated Development Environment or need a stable platform closest to bleeding edge Linux, Tumbleweed is the best choice for you. Staging dashboard is located at: https://build.opensuse.org/staging_workflows/openSUSE:Factory List of known devel projects: https://build.opensuse.org/package/view_file/openSUSE:Factory:Staging/dashboard/devel_projects Have a look at http://en.opensuse.org/Portal:Factory for more details. https://download.opensuse.org/repositories/openSUSE:/Factory/ports/ perl-DBD-SQLite Self-contained RDBMS in a DBI Driver SQLite is a public domain file-based relational database engine that you can find at https://www.sqlite.org/. *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 https://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::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.