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
33 stars 5 forks source link

feat: Support MetaData.drop_all. #86

Closed DanCardin closed 3 weeks ago

DanCardin commented 3 weeks ago

Fixes https://github.com/DanCardin/sqlalchemy-declarative-extensions/issues/83

jacobeatsspam commented 3 weeks ago

Thank you so much for jumping on this and all the support you've given for my issues.

coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 10569551576

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/sqlalchemy_declarative_extensions/api.py 40 42 95.24%
<!-- Total: 42 44 95.45% -->
Totals Coverage Status
Change from base Build 10567268884: 90.8%
Covered Lines: 3225
Relevant Lines: 3508

💛 - Coveralls