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

feat: Support MetaData.drop_all. #86

Closed DanCardin closed 2 months ago

DanCardin commented 2 months ago

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

jacobeatsspam commented 2 months ago

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

coveralls commented 2 months 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