ms_persist library

Mixins

Persist<T>
The mixin with useful functions to save, update, list, find or delete any model that implements uuid, buildModel and toMap

Functions

setDbName(String dbName) → void
Define a dbName. Must set a name before any db operation or will use "_persist.db" as default value.