基本信息
源码名称:Python DBUtils
源码大小:0.10M
文件格式:.gz
开发语言:Python
更新时间:2023-04-25
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
Python DBUtils
Python DBUtils 提供了稳固的、持久的到数据库的连接池,支持多线程应用环境。 该项目支持 DB-API 2 兼容数据库接口以及传统的 PyGreSQL 接口。
文件清单
└── DBUtils-1.1
├── buildhtml.py
├── DBUtils
│ ├── Docs
│ │ ├── dbdep.gif
│ │ ├── Doc.css
│ │ ├── DocUtils.css
│ │ ├── persist.gif
│ │ ├── pgdep.gif
│ │ ├── pool.gif
│ │ ├── RelNotes-0.8.1.html
│ │ ├── RelNotes-0.9.1.html
│ │ ├── RelNotes-0.9.2.html
│ │ ├── RelNotes-0.9.3.html
│ │ ├── RelNotes-0.9.4.html
│ │ ├── RelNotes-1.0.html
│ │ ├── RelNotes-1.1.html
│ │ ├── UsersGuide.de.html
│ │ ├── UsersGuide.de.txt
│ │ ├── UsersGuide.html
│ │ └── UsersGuide.txt
│ ├── Examples
│ │ ├── DBUtilsExample.py
│ │ ├── __init__.py
│ │ └── Main.py
│ ├── __init__.py
│ ├── PersistentDB.py
│ ├── PersistentPg.py
│ ├── PooledDB.py
│ ├── PooledPg.py
│ ├── Properties.py
│ ├── SimplePooledDB.py
│ ├── SimplePooledPg.py
│ ├── SteadyDB.py
│ ├── SteadyPg.py
│ ├── Tests
│ │ ├── __init__.py
│ │ ├── TestPersistentDB.py
│ │ ├── TestPersistentPg.py
│ │ ├── TestPooledDB.py
│ │ ├── TestPooledPg.py
│ │ ├── TestSimplePooledDB.py
│ │ ├── TestSimplePooledPg.py
│ │ ├── TestSteadyDB.py
│ │ ├── TestSteadyPg.py
│ │ └── TestThreadingLocal.py
│ └── ThreadingLocal.py
├── DBUtils.egg-info
│ ├── dependency_links.txt
│ ├── not-zip-safe
│ ├── PKG-INFO
│ ├── SOURCES.txt
│ └── top_level.txt
├── MANIFEST.in
├── PKG-INFO
├── setup.cfg
└── setup.py
6 directories, 51 files
Python DBUtils
Python DBUtils 提供了稳固的、持久的到数据库的连接池,支持多线程应用环境。 该项目支持 DB-API 2 兼容数据库接口以及传统的 PyGreSQL 接口。
文件清单
└── DBUtils-1.1
├── buildhtml.py
├── DBUtils
│ ├── Docs
│ │ ├── dbdep.gif
│ │ ├── Doc.css
│ │ ├── DocUtils.css
│ │ ├── persist.gif
│ │ ├── pgdep.gif
│ │ ├── pool.gif
│ │ ├── RelNotes-0.8.1.html
│ │ ├── RelNotes-0.9.1.html
│ │ ├── RelNotes-0.9.2.html
│ │ ├── RelNotes-0.9.3.html
│ │ ├── RelNotes-0.9.4.html
│ │ ├── RelNotes-1.0.html
│ │ ├── RelNotes-1.1.html
│ │ ├── UsersGuide.de.html
│ │ ├── UsersGuide.de.txt
│ │ ├── UsersGuide.html
│ │ └── UsersGuide.txt
│ ├── Examples
│ │ ├── DBUtilsExample.py
│ │ ├── __init__.py
│ │ └── Main.py
│ ├── __init__.py
│ ├── PersistentDB.py
│ ├── PersistentPg.py
│ ├── PooledDB.py
│ ├── PooledPg.py
│ ├── Properties.py
│ ├── SimplePooledDB.py
│ ├── SimplePooledPg.py
│ ├── SteadyDB.py
│ ├── SteadyPg.py
│ ├── Tests
│ │ ├── __init__.py
│ │ ├── TestPersistentDB.py
│ │ ├── TestPersistentPg.py
│ │ ├── TestPooledDB.py
│ │ ├── TestPooledPg.py
│ │ ├── TestSimplePooledDB.py
│ │ ├── TestSimplePooledPg.py
│ │ ├── TestSteadyDB.py
│ │ ├── TestSteadyPg.py
│ │ └── TestThreadingLocal.py
│ └── ThreadingLocal.py
├── DBUtils.egg-info
│ ├── dependency_links.txt
│ ├── not-zip-safe
│ ├── PKG-INFO
│ ├── SOURCES.txt
│ └── top_level.txt
├── MANIFEST.in
├── PKG-INFO
├── setup.cfg
└── setup.py
6 directories, 51 files