文件名称:knackles:Postgres的异步Python ORM
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-01 11:09:10
Python
!!! 停产!!! 我将把精力转移到专注于异步peewee上 指节 Knackles是一个异步ORM。 Knackles目前正在开发中,该文档可作为实施的参考。 from knackles import Model , CharField , IDField , PostgresDatabase database = PostgresDatabase ( host = 'postgres' , user = 'pguser' , password = 'moonmoonwhy' , database = 'moon_test' ) class User ( Model ): name = CharField ( size = 100 ) password = CharField ( size = 32 ) language = CharField ( s
【文件预览】:
knackles-master
----.gitignore(103B)
----Dockerfile(158B)
----requirements.txt(8B)
----knackles()
--------__init__.py(181B)
--------database.py(1KB)
--------databases()
--------models.py(5KB)
--------util.py(989B)
--------fields.py(2KB)
----.travis.yml(875B)
----LICENSE(1KB)
----examples.py(1KB)
----docker-compose.yml(283B)
----README.md(2KB)
----tests()
--------test_create.py(623B)
----.gitattributes(12B)
----docs()
--------Makefile(601B)
--------index.rst(548B)
--------conf.py(5KB)
--------knackles()
--------make.bat(772B)
----requirements-readthedocs.txt(0B)