1.0.4 ā€¢ Published 2 years ago

sf-manager v1.0.4

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

Install

npm install sf-manager

Use sample

sfm = require("sf-manager");
sfm.push("users", {email:"test@example.com",password:"1234"}, function (err,result) {
    console.log(result)//outputs: { status: 'Added successfuly', id: 1665921274526 }
    sfm.find("users", {}, function (err,result) {
        console.log(result)//outputs: [{ id: 1665921274526, email: 'test@example.com', password: '1234' }]
    })
});

available functions are: push,deleteOne,deleteAll,findOne,find

Author

šŸ‘¤ k-2

Show your support

Give a coffee if this project helped you!

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago