数据库连接信息管理
Project description
dbcfg本身
dbcfg的python包。包含python的库以及dbcfg本身。
有关dbcfg的文档请参考
https://gitee.com/chenc224/dbcfg/blob/master/README.md
安装
使用
pip install dbcfg
即可下载安装
使用方法
import dbcfg
dbc=dbcfg.use("xxx",ehm=1)
db=dbc.connect() #返回数据库连接
ehm参数表用于控制有问题、有异常时如何处理
| ehm | 处理细节 |
|---|---|
| 0 | 默认值,不特殊处理。 |
| 1 | 如果调用的返回码为非0,则打印rtinfo的内容 |
| 2 | 如果调用的返回码为非0,则触发异常 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dbcfg-0.3.3.tar.gz
(9.4 kB
view details)
File details
Details for the file dbcfg-0.3.3.tar.gz.
File metadata
- Download URL: dbcfg-0.3.3.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd696edbd331bbc21de33b6b6b0297cc46f83ea7a7e484bd2822cb1961c755ae
|
|
| MD5 |
0e27cd42ce939915cf31c938e2bf5d7c
|
|
| BLAKE2b-256 |
c80b636ef8c8d8bae5ea52637ee94f534ca5b894f13def1bafc4420e2ab5af7e
|