文件名称:tarantism:用于Tarantool NoSQL存储的微小ORM
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-22 06:41:34
Python
塔randint主义 关于该项目 Tarantism-用于NOSQL数据库此简约ORM。 做什么的? ORM负责许多常规操作: 类型说明及其验证。 序列化/反序列化。 使用连接。 用法示例 from tarantism import connect from tarantism import models class User ( models . Model ): pk = models . LongField () age = models . Num32Field ( verbose_name = u'Age' ) login = models . StringField ( min_length = 10 , max_length = 50 , verbose_name = u'
【文件预览】:
tarantism-master
----.travis.yml(996B)
----test-requirements.txt(38B)
----conf()
--------tests()
--------.gitkeep(0B)
----tests()
--------__init__.py(0B)
--------test_model.py(3KB)
--------test_backend.py(12KB)
--------test_fields.py(7KB)
--------test_connection.py(5KB)
--------contrib()
----TODO(533B)
----dev-requirements.txt(6B)
----requirements.txt(17B)
----setup.py(986B)
----.gitignore(459B)
----Makefile(2KB)
----tarantism()
--------metaclasses.py(1KB)
--------models.py(5KB)
--------__init__.py(190B)
--------connection.py(3KB)
--------fields.py(6KB)
--------tests.py(32B)
--------queryset.py(3KB)
--------contrib()
--------exceptions.py(286B)
----README.md(1KB)