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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.1.3-18.fc35 | - |
Fedora 35 | 0.1.3-18.fc35 | - |
Fedora 34 | 0.1.3-16.fc34 | - |
You can contact the maintainers of this package via email at
python-bottle-sqlite dash maintainers at fedoraproject dot org
.