- 授权协议: 未知
- 开发语言: 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()
Cypherpunks
Julian Assange、Jacob Appelbaum、Andy Müller-Maguhn、Jérémie Zimmermann / OR Books / 2012-11 / GBP 8.99
Cypherpunks are activists who advocate the widespread use of strong cryptography (writing in code) as a route to progressive change. Julian Assange, the editor-in-chief of and visionary behind WikiLea......一起来看看 《Cypherpunks》 这本书的介绍吧!
