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.
- Host: GitHub
- URL: https://github.com/keift/peakdb
- Owner: keift
- License: mit
- Created: 2022-04-08T02:02:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T02:45:41.000Z (2 months ago)
- Last Synced: 2025-03-31T20:01:37.352Z (2 months ago)
- Topics: database, datastore, db, nosql, peak, sql
- Language: JavaScript
- Homepage: https://peakdb.gitbook.io
- Size: 165 KB
- Stars: 14
- Watchers: 0
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)