Description
Combines SQLAlchemy and Pydantic-style models so Python applications can define database tables and typed data models together. It helps developers build SQL-backed APIs and services with less duplicated schema code.
Use it as a library inside applications. Database model definitions can affect stored data and API behavior, so test migrations, validation rules, and transaction handling carefully.