archdb icon indicating copy to clipboard operation
archdb copied to clipboard

Javascript database that runs in node.js or browsers with localStorage

Results 1 archdb issues
Sort by recently updated
recently updated
newest added

Since localStorage is nasty per spec, and there are better alternatives, you might want to use mozilla/localForage for browsers. It provides a localStorage-like simple key-value interface using Promises for asynchronity...