First Check
Commit to Help
Description
SQLModel has emerged as the long-awaited missing link that uses type annotations to build generic data models to bridge the gap between data validators (like Pydantic) and ORM layer (like SQLAlchemy).
However at the moment SQLModel is tied directly to Pydantic and SQLAlchemy, and works only with Pydantic and SQLAlchemy.
I wonder if SQLModel can be a more generic bridge, to be used between any modern data validator, and ORM.
Wanted Solution
I'd like a stand-alone version of SQLModel that can be installed without requiring Pydantic and SQLModel to be installed along with it.
Operating System
Linux
Operating System Details
N/A
SQLModel Version
0.0.4
Python Version
3.8
Additional Context
No response
First Check
Commit to Help
Description
SQLModel has emerged as the long-awaited missing link that uses type annotations to build generic data models to bridge the gap between data validators (like Pydantic) and ORM layer (like SQLAlchemy).
However at the moment SQLModel is tied directly to Pydantic and SQLAlchemy, and works only with Pydantic and SQLAlchemy.
I wonder if SQLModel can be a more generic bridge, to be used between any modern data validator, and ORM.
Wanted Solution
I'd like a stand-alone version of SQLModel that can be installed without requiring Pydantic and SQLModel to be installed along with it.
Operating System
Linux
Operating System Details
N/A
SQLModel Version
0.0.4
Python Version
3.8
Additional Context
No response