1.0.4 • Published 2 years ago

brackets-memory-db v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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