Lightweight tools for modern developers. Built simple, built powerful.
// install juniOrDB npm install juniordb // require it const db = require("juniordb") // use it db.set("coins", 1000) console.log(db.get("coins"))
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.