edelooff / sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy
http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy
BSD 2-Clause "Simplified" License
189 stars 34 forks source link

Add docs for using NestedMutable on other JSON-like column #15

Closed edelooff closed 4 years ago

edelooff commented 5 years ago

As mentioned in #13, NestedMutable can be used in conjunction with other engine-specific types as well. Adding a basic pattern for this to the documentation might benefit more users.

edelooff commented 4 years ago

With the introduction of mutable_json_type in #25 this has been made a lot more obvious and user-friendly. The README has been updated as well.