How to use the @orbit/memory function in @orbit/memory

To help you get started, we’ve selected a few @orbit/memory examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github orbitjs / ember-orbit / addon / -private / factories / memory-source-factory.js View on Github external
create(injections = {}) {
    injections.name = injections.name || 'store';
    return new MemorySource(injections);
  }
};

@orbit/memory

Orbit source for managing in-memory records.

MIT
Latest version published 3 years ago

Package Health Score

56 / 100
Full package analysis

Popular @orbit/memory functions