sf-manager
v1.0.4
Published
simple files/data manager
Readme
Install
npm install sf-managerUse sample
sfm = require("sf-manager");
sfm.push("users", {email:"[email protected]",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: '[email protected]', password: '1234' }]
})
});available functions are: push,deleteOne,deleteAll,findOne,find
Author
👤 k-2
Show your support
Give a coffee if this project helped you!
