- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://www.webwareforpython.org/DBUtils
- 软件文档: http://www.webwareforpython.org/DBUtils/Docs/UsersGuide.html
软件介绍
Python DBUtils 提供了稳固的、持久的到数据库的连接池,支持多线程应用环境。
该项目支持 DB-API 2 兼容数据库接口以及传统的 PyGreSQL 接口。下图是 DB-API 2 的接口结构图
下面是连接的结构图:
使用实例代码:
import pgdb # import used DB-API 2 module
from DBUtils.PersistentDB import PersistentDB
persist = PersistentDB(pgdb, 1000, database='mydb')
db = persist.connection()
Usability for the Web
Tom Brinck、Darren Gergle、Scott D. Wood / Morgan Kaufmann / 2001-10-15 / USD 65.95
Every stage in the design of a new web site is an opportunity to meet or miss deadlines and budgetary goals. Every stage is an opportunity to boost or undercut the site's usability. Thi......一起来看看 《Usability for the Web》 这本书的介绍吧!
