sz-orm-model 1.2.2

SZ-ORM Model trait, accessors, behaviors, and dirty attributes
Documentation

SZ-ORM Model Trait

Core model abstractions for SZ-ORM:

  • Model trait: all ORM models must implement this
  • ActiveRecord trait: active record pattern
  • Accessor / Mutator: field-level getters/setters
  • Behavior: pluggable lifecycle hooks
  • DirtyTracker: change tracking for fields