YSDB Python Client SDK
Project description
YSDB SDK
目前支持 Windows、CentOS 和 Debian 环境(Debian为K2Assets的python运行环境)。
此SDK为二次开发人员提供ysdb数据库的python客户端开发接口。
ysdb提供标准C动态库,由python封装C动态库,对外提供标准python的接口SDK。用户只需要调用python的对象既可以访问ysdb数据库。
使用方法
安装SDK最新版本:
pip install -U ysdb
在python代码里引用并建立到指定ysdb服务器的连接:
from ysdb.ysdbLib import RdbClient
client = RdbClient()
ret = client.connect("192.168.131.238", 30221)
以上代码若运行成功将返回下面的结果,表示连接成功:
rdbConnectOk, handle:1
要继续访问ysdb中数据,请参考《ysdb数据库开发接口(Python)》文档。
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ysdb-0.1.14-py3-none-any.whl
(53.4 MB
view details)
File details
Details for the file ysdb-0.1.14-py3-none-any.whl.
File metadata
- Download URL: ysdb-0.1.14-py3-none-any.whl
- Upload date:
- Size: 53.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56e64fa2ee12f5aa7cc73dc1e66d1993240591b0ea025265d774443e3e31a98d
|
|
| MD5 |
d1c63e76ce19837912188c6363017e6b
|
|
| BLAKE2b-256 |
87963fc02f97eddadc57d06fa80321ab88fb8e788f0b7172ea4587d5e2eb5aca
|