# nim-datastore [![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](#stability) [![Tests](https://github.com/status-im/nim-datastore/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/status-im/nim-datastore/actions/workflows/tests.yml?query=workflow%3ATests+branch%3Amaster) Simple, unified API for multiple data stores. Inspired by the Python library [datastore](https://github.com/datastore/datastore). ## Stability nim-datastore is currently marked as experimental and may be subject to breaking changes across any version bump until it is marked as stable. ## License nim-datastore is licensed and distributed under either of: * Apache License, Version 2.0: [LICENSE-APACHEv2](LICENSE-APACHEv2) or https://opensource.org/licenses/Apache-2.0 * MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT at your option. The contents of this repository may not be copied, modified, or distributed except according to those terms.