python-bottle-sqlite

SQLite3 integration for Bottle - Python 2.X

Description

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.

This package provides the Python 2.x module.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://bottlepy.org/docs/dev/plugins/sqlite.html


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-bottle-sqlite