JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1089
  • Score
    100M100P100Q108033F
  • License ISC

An in-memory database for brackets-manager.js

Package Exports

  • brackets-memory-db
  • brackets-memory-db/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (brackets-memory-db) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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