datastore-idb

Datastore implementation with IndexedDB backend.

Usage no npm install needed!

<script type="module">
  import datastoreIdb from 'https://cdn.skypack.dev/datastore-idb';
</script>

README

js-datastore-idb

Build Status Codecov Dependency Status

Datastore implementation with IndexedDB backend.

Lead Maintainer

Hugo Dias

Install

$ npm install datastore-idb

Usage

const IdbStore = require('datastore-idb')

const store = new IdbStore('path/to/store')

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

License

MIT