You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found SchemAlchemy can help me define a single class as an interface of both Schematics and SQLAlchemy. I love its idea and style, but I am not that confident since I don't understand how it works.
Any tips? many thanks!
The text was updated successfully, but these errors were encountered:
wonderbeyond
changed the title
Some tips of tech theories about schemalchemy?
Any tips of tech theories about schemalchemy?
Nov 13, 2017
The Model code mostly involves populating the fields during class construction, both from code and from auto-instantiation coming from SQLAlchemy when loading from DB.
I found
SchemAlchemy
can help me define a single class as an interface of bothSchematics
andSQLAlchemy
. I love its idea and style, but I am not that confident since I don't understand how it works.Any tips? many thanks!
The text was updated successfully, but these errors were encountered: