软件包:python-bottle-sqlite(0.1.3-2)
python-bottle-sqlite 的相关链接
Debian 的资源:
下载源码包 python-bottle-sqlite:
- [python-bottle-sqlite_0.1.3-2.dsc]
- [python-bottle-sqlite_0.1.3.orig.tar.gz]
- [python-bottle-sqlite_0.1.3-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [bottlepy.org]
相似软件包:
SQLite3 integration for Bottle - Python 2.X
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.
其他与 python-bottle-sqlite 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-bottle
- fast and simple WSGI-framework for Python