/sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

This module provides a full-featured JSON type with mutation tracking for SQLAlchemy.

The basic JsonEncodedDict detailed in the SQLAlchemy documentation is expanded to support mutation tracking in arbitrarily deeply nested structures.