Links

Introduction

Simpl.DB, a lightweight, 0 dependency, easy-to-use local database using JSON to store data.
This package was developed to provide an easy access to a database for your projects, with a very simple usage and a lot of features.

Installation

Minimum required Node.js version: 14.0.0
npm install simpl.db
yarn add simpl.db
pnpm add simpl.db
bun add simpl.db

Why Simpl.DB?

  • Customizable
  • Speedy and lightweight
  • Dependency-free
  • Beginner friendly
  • Feature-rich
  • Intuitive
  • Data safely stored and organized and easily accessible and modifiable
Last modified 2mo ago