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

Improve the ORM #88

Merged
merged 13 commits into from
Oct 15, 2019
Merged

Improve the ORM #88

merged 13 commits into from
Oct 15, 2019

Conversation

Changaco
Copy link
Member

This branch simplifies and optimizes the ORM; enables Model subclasses to use Python's __slots__ feature to improve performance; and removes the unnecessary SQL typecasts from the ORM's documentation and tests.

@Changaco Changaco force-pushed the optimize-orm branch 4 times, most recently from 5b86432 to 21c3af3 Compare October 14, 2019 21:19
@Changaco Changaco merged commit 55d84c9 into master Oct 15, 2019
@Changaco Changaco deleted the optimize-orm branch October 15, 2019 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant