1.0.0 • Published 3 years ago

mift.db v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

MIFT.DB

Why u should use this package

  • Works fine on linux / mac / windows
  • Really lightweight
  • 0 required packages
  • Easy to use
  • Datas saving to db.json and datas is easy to edit
  • Begginers friendly

Setup

var db = require("mift.db")

Code Example

var db = require("mift.db")


// setting data to the database
db.set("user", {
    level: 8
})
// -> { level: 8 }



// getting data from the database
db.get("user")
// -> { level: 8 }

Instalation

  • npm install mift.db