ChiralBehaviors / Ultrastructure

Ultrastructure as a Service
GNU Affero General Public License v3.0
6 stars 2 forks source link

USE JSON SQL CRUD for CRUD on individual attributes #267

Open Hellblazer opened 5 years ago

Hellblazer commented 5 years ago

Currently, the code pulls the entire JSON blob for properties and then modifies a single attribute, then stuffs the entire blob back in. This needs to change to use the JSON operators for addressing individual attributes and using these for finer grained access to the attributes in the properties.