Replies: 1 comment
-
|
I am currently trying to implement Also curious to hear if in 2025 there's perhaps a better approach for integrating existing sqlalchemy models with sqlmodel |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
In your docs, you only describe creating a db, tables and
SQLModelORM from scratch. If you already have a set of defined SQLAlchemy ORMs for an existing db, is there a mechanism for converting existingSQLAlchemyORMs intoSQLModelORMs? I looked through the docs but couldn't find anything related to that. I provide some desired functionality as pseudocode, but maybe this functionality already exists?Operating System
macOS
Operating System Details
No response
SQLModel Version
latest
Python Version
3.8
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions