数据库连接信息管理
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.1.6.tar.gz
(9.3 kB
view details)
File details
Details for the file dbcfg-0.1.6.tar.gz.
File metadata
- Download URL: dbcfg-0.1.6.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7904387d92cd26b73790295a4f56ee8eb8193dca8e9d86375edc1e4fb47445d
|
|
| MD5 |
19acbb2506e3153b978c9ad3c260fc27
|
|
| BLAKE2b-256 |
b5daf2bfde84021ba2383c0ff4ebdd3db1ee26307087fa13b6ec28249b7ab416
|