How to use @orbit/memory - 1 common examples

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 2 years ago

Package Health Score

53 / 100
Full package analysis

Popular @orbit/memory functions