Fedora Packages

python3-bottle-sqlite Subpackage of python-bottle-sqlite

SQLite3 integration for Bottle WSGI framework

Bottle-sqlite is a plugin that integrates SQLite3 with your Bottle application. It automatically connects to a database at the beginning of a request, passes the database handle to the route callback and closes the connection afterwards. To automatically detect routes that need a database connection, the plugin searches for route callbacks that require a db keyword argument (configurable) and skips routes that do not. This removes any overhead for routes that don't need a database connection.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.2.0-6.fc40 -
Fedora 40 0.2.0-6.fc40 -
Fedora 39 0.2.0-4.fc39 -
Fedora 38 0.2.0-2.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at python-bottle-sqlite dash maintainers at fedoraproject dot org.



Sources on Pagure