文件名称:sqlalchemy-to-ormar:从sqlalchemy ORM模型到ormar模型的简单转换器
文件大小:10KB
文件格式:ZIP
更新时间:2024-04-29 18:35:24
Python
sqlalchemy到ormar 工作正在进行中 简单的翻译从sqlalchemy ORM模型ormar模型。 ormar软件包是用于Python的异步迷你ORM,并支持Postgres,MySQL和SQLite 。 要了解有关ormar的更多信息: 奥马尔· Ormar 支持的领域 sqlalchemy-to-ormar支持以下sqlachemy字段类型: “整数”: ormar.Integer , “ small_integer”: ormar.Integer , “ big_integer”: ormar.BigInteger , “ string”: ormar.String, “文本”: ormar.Text, “ float”: ormar.Float, “ decimal”: ormar.Decimal, “日期”: ormar.Date, “ da
【文件预览】:
sqlalchemy-to-ormar-main
----.gitignore(2KB)
----README.md(1KB)
----tests()
--------__init__.py(0B)
--------test_basic.py(1KB)
--------test_many_to_many.py(1KB)
----LICENSE(1KB)
----requirements.txt(284B)
----.idea()
--------.gitignore(225B)
--------vcs.xml(180B)
--------misc.xml(207B)
--------modules.xml(290B)
--------inspectionProfiles()
--------sqlalchemy-to-ormar.iml(521B)
----sqlalchemy_to_ormar()
--------main.py(6KB)
--------__init__.py(119B)