wonderbeyond / SQLAlchemy-Nested-Mutable

An advanced SQLAlchemy column type factory that helps map complex Python types (e.g. List, Dict, Pydantic Model and their hybrids) to database types (e.g. ARRAY, JSONB), And keep track of mutations in deeply nested data structures so that SQLAlchemy can emit proper UPDATE statements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wonderbeyond/SQLAlchemy-Nested-Mutable Stargazers