SQLModel一、安装 SQLModel1. 基础安装pip install sqlmodel
依赖说明
**Python 3.7+**:需确保 Python 版本符合要求。
数据库驱动:根据使用的数据库类型安装对应驱动:
SQLit
2025-05-18