brackets-memory-db
v1.0.5
Published
An in-memory database for brackets-manager.js
Downloads
2,041
Maintainers
Readme
brackets-memory-db
This implementation of the CrudInterface
allows you to store the database directly in memory.
This is a good choice if you want to have both the manager and the viewer to run in the browser.
You can also use it to do all the logic in memory and persist the new state at the end of an update, for example.
It is used in the documentation here: https://drarig29.github.io/brackets-docs/getting-started/#using-the-viewer