PeakDB
  • Introduction
  • Quick Start
  • Change Log
  • Reference
    • Bitwise Permission Flags
    • Supported Node.js Versions
    • NPM
    • GitHub
  • Constructors
    • Server
    • Connection
    • Collection
  • Classes
    • Collection
      • createBackup
      • loadBackup
      • drop
    • DocumentBasedCollection
      • insert
      • find
      • filter
      • has
      • update
      • archive
      • unarchive
      • delete
    • KeyValueBasedCollection
      • set
      • get
      • push
      • remove
      • find
      • filter
      • has
      • increase
      • decrease
      • delete
Powered by GitBook
On this page
  • About
  • Features
  • Installation
  • Links that may be useful to you

Introduction

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

NextQuick Start

Last updated 2 years ago

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

npm install peakdb

Yarn

yarn add peakdb

Links that may be useful to you

  • Bitwise Permission Flags

  • Supported Node.js Versions