db-local
  • Introduction
  • Getting Started
  • Schema
  • Methods
    • .find()
      • References
      • Filters
    • .create()
    • .update()
    • .remove()
Powered by GitBook
On this page

Was this helpful?

Introduction

db-local, local database for small to medium projects, that uses schema standardization and JSON to store data.

Installation

npm install db-local
yarn add db-local
NextGetting Started

Last updated 3 years ago

Was this helpful?