https://github.com/keift/peakdb
Fast and advanced, NoSQL database.
https://github.com/keift/peakdb
database datastore db nosql peak sql
Last synced: 19 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T02:57:41.000Z (11 months ago)
- Last Synced: 2025-10-08T12:03:16.632Z (6 months ago)
- Topics: database, datastore, db, nosql, peak, sql
- Language: JavaScript
- Homepage: https://peakdb.gitbook.io
- Size: 161 KB
- Stars: 15
- 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
# PeakDB
## 📖 İçindekiler (Contents)
* [Hakkında (About)](#about)
* [Özellikler (Features)](#features)
* [Kurulum (Installation)](#installation)
* [Bağlantılar (Links)](#links)
---
## Hakkında (About)
Hızlı ve gelişmiş, **doküman tabanlı** ve **anahtar-değer tabanlı** bir NoSQL veritabanıdır.
## Özellikler (Features)
* NoSQL veritabanı
* Kurulduğu gibi çalıştırılabilir
* Hem doküman tabanlı hem de anahtar-değer tabanlı kullanılabilir
* Koleksiyonlar için özelleştirilebilir ayarlar
* Şema (Schema) kullanma zorunluluğu yoktur
* Hızlı veri okuma ve yazma
* Veriler önbellekte (cache) tutulabilir
* Kolay veri bulma (arama)
* Otomatik veya manuel yedekleme
## Kurulum (Installation)
### NPM
```sh
npm install peakdb
````
### Yarn
```sh
yarn add peakdb
```
-----
## Bağlantılar (Links)
* [Dokümantasyon](https://peakdb.paiode.cf/api-docs)
* [Değişiklik Kaydı](https://www.google.com/search?q=CHANGELOG.md%23change-log)
-----
## Lisans (License)
[MIT](LICENSE.md)