juniOr Logo

juniOr

Welcome to juniOr

Lightweight tools for modern developers. Built simple, built powerful.

View Docs juniOrDB

Getting Started

// install juniOrDB
npm install juniordb

// require it
const db = require("juniordb")

// use it
db.set("coins", 1000)
console.log(db.get("coins"))
    

About juniOr

juniOr is designed for Node.js developers who want an easy-to-use local JSON-based database. No server needed. Works right out of the box on Windows and PowerShell.