An open API service indexing awesome lists of open source software.

https://github.com/keift/peakdb

Fast and advanced, NoSQL database.
https://github.com/keift/peakdb

database datastore db nosql peak sql

Last synced: about 2 months ago
JSON representation

Fast and advanced, NoSQL database.

Awesome Lists containing this project

README

        

[Function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function
[String]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String
[Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number
[Object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
[Array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
[Boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean


PeakDB






## Contents

* [About](#about)
* [Features](#features)
* [Installation](#installation)
* [Links](#links)

## About

Fast and advanced, document-based and key-value-based NoSQL database.

## Features

* NoSQL database
* Can be run as it is installed
* Can be used document-based and key-value-based
* Customizable settings for collections
* No need to use schema
* Quick data reading and writing
* Data can be kept in cache
* Easy to find data
* Automatically or manual backup

## Installation

NPM
```sh-session
npm install peakdb
```
Yarn
```sh-session
yarn add peakdb
```

## Links

* [Documentation](https://peakdb.paiode.cf/api-docs)
* [Change Log](CHANGELOG.md#change-log)

## License

[MIT](LICENSE.md)