plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
58 stars 7 forks source link

Track and update dirty columns only #132

Closed rizen closed 2 months ago

rizen commented 2 months ago

Keep a private array of dirty props from set. Updates only write dirty props. Inserts and updates reset dirty.

rizen commented 2 months ago

implemented