A simple CRUD based persistence abstraction for storing objects to any backend data store. eg. Memory, MongoDB, Redis, CouchDB, Postgres, Punch Card etc.
Easily load and save config without having to think about where and how
Parse and stringify JSON with comments. It will retain comments even after saved!
Like Promise.all, but save rejections until all promises are resolved
Set of utilities for interacting with persisters, which can save your queryClient for later use