0.1.18 • Published 2 years ago

mndo.db v0.1.18

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

Description

Creating databases become easy this days, just use mndo.db package and create your dream database.

Installation

Npm:

npm install mndo.db

Yarn:

yarn add mndo.db

Steps

  1. Import it
import mndoDB from  'mndo.db'
  1. create it
const db =  new mndoDB.createDatabase(
{
    "file": "mndo.database.json", 
    "name": "mndo.users-database"
})
  1. add a thing to the database
db.add("key", "value")
  1. and use it any were!
db.get("key")

Things to do with the database

commanddescriptioninput typedefault valueinputs
.addadd a new element to the databasestringnullkey, value
.removeremove an element from the databasestringnullkey
.getget an element value from the databasestringnullkey
.getAllget all the elements in the databasestringnullNo inputs
0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.11

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago