DataStore module for Lockbox
npm install lockbox-datastore[![Build Status][travis-image]][travis-link]
[![Coverage Status][codecov-image]][codecov-link]
[![Waffle Board][waffle-image]][waffle-link]

The data storage module for Lockbox. This module maintains the collection of
entries, protected behind a preconfigured secret.
Items persisted to storage are encrypted.
*This is just one component of the Lockbox product. Please see the
[Lockbox website][org-website] for more context.*
For detailed documentation and installation instructions, please see the
[docs directory][docs-link].
See the [guidelines][contributing-link] for contributing to this project.
This project is governed by a [Code Of Conduct][coc-link].
This module is licensed under the [Mozilla Public License,
version 2.0][license-link].
[travis-image]: https://travis-ci.org/mozilla-lockbox/lockbox-datastore.svg?branch=master
[travis-link]: https://travis-ci.org/mozilla-lockbox/lockbox-datastore
[codecov-image]: https://img.shields.io/codecov/c/github/mozilla-lockbox/lockbox-datastore.svg
[codecov-link]: https://codecov.io/gh/mozilla-lockbox/lockbox-datastore
[waffle-image]: https://badge.waffle.io/mozilla-lockbox/lockbox-extension.svg?columns=In%20Progress
[waffle-link]: https://waffle.io/mozilla-lockbox/lockbox-extension
[docs-link]: docs/
[org-website]: https://mozilla-lockbox.github.io/
[contributing-link]: docs/contributing.md
[coc-link]: docs/code_of_conduct.md
[license-link]: /LICENSE