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

A faster reflection system for Peewee connections #33

Merged
merged 6 commits into from
May 14, 2020

Conversation

albireox
Copy link
Member

@albireox albireox commented May 13, 2020

Fixes #30.

Provides an alternative system to reflect models using caching to minimise the number of queries required.

@coveralls
Copy link

coveralls commented May 13, 2020

Pull Request Test Coverage Report for Build 228

  • 0 of 105 (0.0%) changed or added relevant lines in 5 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 0.0%

Changes Missing Coverage Covered Lines Changed/Added Lines %
python/sdssdb/utils/ingest.py 0 1 0.0%
python/sdssdb/peewee/sdss5db/catalogdb.py 0 2 0.0%
python/sdssdb/utils/internals.py 0 29 0.0%
python/sdssdb/connection.py 0 34 0.0%
python/sdssdb/peewee/init.py 0 39 0.0%
Files with Coverage Reduction New Missed Lines %
python/sdssdb/peewee/init.py 1 0%
Totals Coverage Status
Change from base Build 227: 0.0%
Covered Lines: 0
Relevant Lines: 5048

💛 - Coveralls

@albireox albireox merged commit 8b929d9 into master May 14, 2020
@albireox albireox deleted the faster-reflection branch May 14, 2020 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Faster reflection with Peewee
2 participants