DanCardin / sqlalchemy-declarative-extensions

Library to declare additional kinds of objects not natively supported by SqlAlchemy/Alembic.
https://sqlalchemy-declarative-extensions.readthedocs.io/en/latest/
Apache License 2.0
31 stars 5 forks source link

feat: Allow __view__ to be a callable. #64

Closed DanCardin closed 2 months ago

DanCardin commented 2 months ago

This enables lazy imports or lazy attribute access on a sqlalchemy query object, in order to avoid circular import errors.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9318635502

Details


Totals Coverage Status
Change from base Build 9260529761: 0.01%
Covered Lines: 2522
Relevant Lines: 2603

💛 - Coveralls