Name | xgcondb JSON |
Version |
800433.855.902
JSON |
| download |
home_page | None |
Summary | XuGu Database Python Driver |
upload_time | 2024-12-01 15:18:26 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <3.12,>=3.6 |
license | Apache-2.0 |
keywords |
db
xugu
xgcondb
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# xgcondb
<a href="#"><img src="https://flat.badgen.net/badge/os/win-x86_64/cyan?icon=windows" /></a>
<a href="#"><img src="https://img.shields.io/badge/os-linux_x86_64-white?style=flat-square&logo=linux&logoColor=white&color=rgb(35%2C189%2C204)" /></a>
<a href="#"><img src="https://img.shields.io/badge/os-linux_arm64-white?style=flat-square&logo=linux&logoColor=white&color=rgb(35%2C189%2C204)" /></a>
<a href="#"><img src="https://flat.badgen.net/badge/python/3.6|3.7|3.8|3.9|3.10|3.11/blue" /></a>
<a href="#"><img src="https://flat.badgen.net/badge/pypi/v1.0.0/blue" /></a>
<a href="https://pepy.tech/project/xgcondb" ><img src="https://static.pepy.tech/badge/xgcondb" /></a>
<a href="#" ><img src="https://flat.badgen.net/badge/test/pass/green?icon=github" /></a>
XuGu Database Python Driver
虚谷数据库Python接口驱动
### 安装
```bash
pip install xgcondb -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host=pypi.tuna.tsinghua.edu.cn
```
### 使用
```python
import xgcondb as xg
def connect():
try:
conn = xg.connect(host='127.0.0.1',
port=5138,
database='SYSTEM',
user='SYSDBA',
password='SYSDBA')
conn.close()
print('Succeeded!')
except Exception as e:
print('Failed!', e)
if __name__ == '__main__':
connect()
```
具体使用参考链接 [Python标准接口开发指南](https://help.xugudb.com/documents/python-development-guide/program-guide-01)
Raw data
{
"_id": null,
"home_page": null,
"name": "xgcondb",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.12,>=3.6",
"maintainer_email": null,
"keywords": "DB, XuGu, xgcondb",
"author": null,
"author_email": "Jedore <jedorefight@gmail.com>",
"download_url": null,
"platform": null,
"description": "# xgcondb\n\n<a href=\"#\"><img src=\"https://flat.badgen.net/badge/os/win-x86_64/cyan?icon=windows\" /></a>\n<a href=\"#\"><img src=\"https://img.shields.io/badge/os-linux_x86_64-white?style=flat-square&logo=linux&logoColor=white&color=rgb(35%2C189%2C204)\" /></a>\n<a href=\"#\"><img src=\"https://img.shields.io/badge/os-linux_arm64-white?style=flat-square&logo=linux&logoColor=white&color=rgb(35%2C189%2C204)\" /></a>\n<a href=\"#\"><img src=\"https://flat.badgen.net/badge/python/3.6|3.7|3.8|3.9|3.10|3.11/blue\" /></a>\n<a href=\"#\"><img src=\"https://flat.badgen.net/badge/pypi/v1.0.0/blue\" /></a>\n<a href=\"https://pepy.tech/project/xgcondb\" ><img src=\"https://static.pepy.tech/badge/xgcondb\" /></a>\n<a href=\"#\" ><img src=\"https://flat.badgen.net/badge/test/pass/green?icon=github\" /></a>\n\nXuGu Database Python Driver\n\n\u865a\u8c37\u6570\u636e\u5e93Python\u63a5\u53e3\u9a71\u52a8\n\n### \u5b89\u88c5\n\n```bash\npip install xgcondb -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host=pypi.tuna.tsinghua.edu.cn\n```\n\n### \u4f7f\u7528\n```python\nimport xgcondb as xg\n\n\ndef connect():\n try:\n conn = xg.connect(host='127.0.0.1',\n port=5138,\n database='SYSTEM',\n user='SYSDBA',\n password='SYSDBA')\n conn.close()\n print('Succeeded!')\n except Exception as e:\n print('Failed!', e)\n\n\nif __name__ == '__main__':\n connect()\n```\n\n\u5177\u4f53\u4f7f\u7528\u53c2\u8003\u94fe\u63a5 [Python\u6807\u51c6\u63a5\u53e3\u5f00\u53d1\u6307\u5357](https://help.xugudb.com/documents/python-development-guide/program-guide-01)\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "XuGu Database Python Driver",
"version": "800433.855.902",
"project_urls": {
"Documentation": "https://github.com/Jedore/XuGu-Python-Driver#readme",
"Issues": "https://github.com/Jedore/XuGu-Python-Driver/issues",
"Source": "https://github.com/Jedore/XuGu-Python-Driver"
},
"split_keywords": [
"db",
" xugu",
" xgcondb"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9fc90476312439055ba6d6010a39d56d76370bd64a8fc347aaee4123b7bb617e",
"md5": "6ebebb3980670d79522ebdcc421d9a8c",
"sha256": "6d248f91370b9b2e8f56e955650f5601d3447d11ab47bb9764e8e56cb72170b9"
},
"downloads": -1,
"filename": "xgcondb-800433.855.902-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6ebebb3980670d79522ebdcc421d9a8c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.6",
"size": 7866,
"upload_time": "2024-12-01T15:18:26",
"upload_time_iso_8601": "2024-12-01T15:18:26.927265Z",
"url": "https://files.pythonhosted.org/packages/9f/c9/0476312439055ba6d6010a39d56d76370bd64a8fc347aaee4123b7bb617e/xgcondb-800433.855.902-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-01 15:18:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Jedore",
"github_project": "XuGu-Python-Driver#readme",
"github_not_found": true,
"lcname": "xgcondb"
}