buidl-storage

Abstract storage solution for browser/node based around indexedDB

Usage no npm install needed!

<script type="module">
  import buidlStorage from 'https://cdn.skypack.dev/buidl-storage';
</script>

README

buidl-storage

An abstract storage utility for use in the browser (using LocalForage) or Nodejs (local file system). It's a simple key/value store based around indexedDB.