🔬
Moonlight.DB
GitHubNPM
  • Introduction
  • Getting Started
  • Documentation
    • Database
      • createCollection()
      • deleteCollection()
      • collections
    • Collection
      • find()
      • findOne()
      • update()
      • updateOne()
      • insertOne()
      • insertMany()
      • delete()
      • deleteOne()
      • length
Powered by GitBook
On this page

Was this helpful?

Introduction

Moonlight.DB is a lightweight local database with no dependencies and easy to use.

NextGetting Started

Last updated 2 years ago

Was this helpful?

This package was developed to give easy access to a database in your projects, with many functionalities and without third-party dependencies.

Installation

Minimum required version: 14.0.0

npm install moonlight.db
Node.js