Welcome to sqlatypemodel’s documentation!¶
Typed JSON fields for SQLAlchemy with automatic mutation tracking.
sqlatypemodel solves the “immutable JSON” problem in SQLAlchemy. It allows you to use strictly typed Python objects (Pydantic, Dataclasses, Attrs) as database columns while ensuring that every change—no matter how deep—is automatically saved.
Quick Links¶
CI/CD Status¶
Documentation¶
sqlatypemodel Documentation:
Getting Started:
Development: