1.0.3 • Published 4 years ago

mini-disk v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

miniDisk

Nodejs minature database.

How to use

Create Variable

const mini = require('miniDisk'); // get module

mini.set("human", {age: 25, name: "bob"});

// or

mini.set("human", "bob");

Read Variable

const mini = require('miniDisk'); // get module

mini.set("human", {age: 25, name: "bob"});

// or

mini.get("human"); // {age: 25, name: "bob"}
1.0.3

4 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago