文件名称:sqlalchemy_bundle_model:sqlalchemy的扩展,可将汇总结果视为模型
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-08 13:13:15
Python
sqlalchemy_bundle_model SQLAlchemy的扩展,可将聚合的列和子句视为模型 安装 $ pip install sqlalchemy-bundle-model 用法 >>> from sqlalchemy import Column, BigInteger, Text, ForeignKey >>> from sqlalchemy.orm import declarative_base, relationship, sessionmaker >>> from sqlalchemy.engine import create_engine >>> from sqlalchemy_bundle_model import BundleModel, col >>> DeclarativeBase = declarative_base() >>> class User(De
【文件预览】:
sqlalchemy_bundle_model-main
----poetry.lock(15KB)
----LICENSE(11KB)
----README.md(2KB)
----.gitignore(2KB)
----pyproject.toml(860B)
----sqlalchemy_bundle_model()
--------__init__.py(6KB)