falcano:用于单表设计的Amazon DynamoDB的pythonic接口

时间:2021-05-20 07:23:56
【文件属性】:
文件名称:falcano:用于单表设计的Amazon DynamoDB的pythonic接口
文件大小:58KB
文件格式:ZIP
更新时间:2021-05-20 07:23:56
python aws dynamodb single-table-design Python 法尔卡诺 亚马逊DynamoDB的Pythonic接口,支持Python 3和基于。 安装 pip install falcano 基本用法 基本用法几乎与PynamoDB相同。 Meta必须继承自Model.Meta并且必须为每个模型定义Type 。 创建一个描述表中模型的模型。 from falcano . model import Model from falcano . attributes import UnicodeAttribute class User ( Model ): ''' A DynamoDB User ''' class Meta ( Model . Meta ): table_name = 'dynamodb-user' billing_mode = 'PAY_PER_REQUEST'
【文件预览】:
falcano-master
----.pylintrc(308B)
----.github()
--------workflows()
----Dockerfile(482B)
----tests()
--------unit()
--------integration()
----LICENSE(1KB)
----examples()
--------transact.md(4KB)
--------batch.md(6KB)
--------save.md(2KB)
----docker-compose.yml(782B)
----falcano()
--------constants.py(7KB)
--------attributes.py(37KB)
--------types.py(100B)
--------__init__.py(0B)
--------settings.py(2KB)
--------expressions()
--------model.py(53KB)
--------indexes.py(6KB)
--------paginator.py(4KB)
--------exceptions.py(1KB)
----setup.py(1KB)
----.gitignore(2KB)
----Makefile(871B)
----README.md(5KB)
----.vscode()
--------launch.json(619B)

网友评论