Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SQLAlchemy's Declarative system #685

Open
ockham opened this issue Jan 6, 2013 · 0 comments
Open

Use SQLAlchemy's Declarative system #685

ockham opened this issue Jan 6, 2013 · 0 comments
Assignees
Milestone

Comments

@ockham
Copy link
Collaborator

ockham commented Jan 6, 2013

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.

@ghost ghost assigned ockham Jan 25, 2013
ockham added a commit that referenced this issue Jul 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant