cysnake4713 / sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy

Home Page:http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Full-featured JSON type with mutation tracking for SQLAlchemy

http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%