-
-
Notifications
You must be signed in to change notification settings - Fork 785
Open
Labels
featureNew feature or requestNew feature or request
Description
First Check
- I added a very descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the SQLModel documentation, with the integrated search.
- I already searched in Google "How to X in SQLModel" and didn't find any information.
- I already read and followed all the tutorial in the docs and didn't find an answer.
- I already checked if it is not related to SQLModel but to Pydantic.
- I already checked if it is not related to SQLModel but to SQLAlchemy.
Commit to Help
- I commit to help with one of those options ๐
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
jordaneremieff and cmacht
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request