@graffy/memory
v0.16.20
Published
Graffy module providing a simple in-memory store.
Downloads
228
Readme
Graffy Memory
Graffy module providing a simple in-memory store.
Usage
import Graffy from '@graffy/core';
import link from '@graffy/link';
const store = new Graffy();
store.use('local', memory());
See Graffy documentation for more.