datastore-fs

Datastore implementation with file system backend

Usage no npm install needed!

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

README

js-datastore-fs

standard-readme compliant Build Status Codecov Dependency Status js-standard-style

Datastore implementation with file system backend.

Lead Maintainer

Alex Potsides

Table of Contents

Install

$ npm install datastore-fs

Usage

import { FSDatastore } from 'datastore-fs'

const store = new FSDatastore('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