cushion:适用于Couchbase的Python对象包装器

时间:2024-05-26 18:24:27
【文件属性】:

文件名称:cushion:适用于Couchbase的Python对象包装器

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-26 18:24:27

Python

沙发垫 极简主义的Couchbase对象包装器(适用于python)。 使用couchbase官方司机 经过测试 快速地 可以根据需要进行修改,以与其他数据持久层一起工作,而所需的工作量却最小 关于所需库的说明 您将需要在该库外部安装libcouchbase和python benchbase。 它们没有设置为依赖关系,但是如果您打算使用CouchbaseConnection,将被认为是外部满足的。 基本用法 连接到持久层,然后遍历模型。 在模块级别连接 这有利于便利。 from cushion . persist import set_connection from cushion . persist . cb import CouchbaseConnection from cushion . model import Model , DocTypeMismatch , DocType


【文件预览】:
cushion-master
----setup.py(908B)
----.gitignore(56B)
----cushion()
--------field.py(8KB)
--------__init__.py(0B)
--------persist()
--------view.py(2KB)
--------model.py(3KB)
----requirements.txt(8B)
----__init__.py(0B)
----LICENSE(524B)
----README.md(5KB)
----tests()
--------__init__.py(0B)
--------test_view.py(2KB)
--------test_field.py(4KB)
--------test_model.py(1KB)
----requirements_test.txt(31B)

网友评论