persister-file
The persister-file
module of the TinyBase project lets you save and load Store
data to and from a local file system (in an appropriate environment).
See also
Persisting Data guide
createFilePersister
The createFilePersister
function creates a Persister
object that can persist the Store
to a local file (in an appropriate environment).