spartypkp/pgtyped-pydantic
PgTyped-Pydantic makes it possible to use raw SQL in Python with guaranteed type-safety using Pydantic Models. No need to map or translate your DB schema to Python, PgTyped-Pydantic automatically generates types and interfaces for your SQL queries by using your running Postgres database as the source of type information.
TypeScriptMIT
No issues in this repository yet.