Description
Adds extra helpers, data types, validators, and convenience functions around SQLAlchemy. It helps developers reduce repetitive database model code and handle common patterns more consistently.
Use it as a library inside database applications. Extra convenience does not remove the need to review generated SQL, migrations, constraints, and handling of sensitive fields.