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
In order to get rid of some database/ORM related overhead, we should consider to switch from SQLAlchemy's "Classical" Mappings to its Declarative system. For an intro, see e.g. here.
BTW, this might be a first step towards a programming paradigm like MVC (Model/View/Controller).
Some preliminary experiments suggest that this is quite invasive as it also entails a lot of other changes to the database backend, which makes it error-prone. It will thus have to wait for a post-0.16 release.
The text was updated successfully, but these errors were encountered:
In order to get rid of some database/ORM related overhead, we should consider to switch from SQLAlchemy's "Classical" Mappings to its Declarative system. For an intro, see e.g. here.
BTW, this might be a first step towards a programming paradigm like MVC (Model/View/Controller).
Some preliminary experiments suggest that this is quite invasive as it also entails a lot of other changes to the database backend, which makes it error-prone. It will thus have to wait for a post-0.16 release.
The text was updated successfully, but these errors were encountered: