cloudy-db
v2.6.1
Published
<h1 align="center">Welcome to cloudy-db π</h1>
Downloads
5
Readme
Very easy and lightweight quick to use db, ~~which is weekly updated!~~
π Homepage
Prerequisites
- npm >=5.5.0
- node >=14.0.0
Install
npm i cloudy-db
Example
const cloudy = require('cloudy-db');
const db = new cloudy({
path: 'db-bot'
})
// Example
db.set("cloudy-db", "easiest and fastest db!")
console.log(db.get("cloudy-db"))
// Coded by ThatRemixiak and falseCloud
DB Operations
Set value
db.set("mydb","welcome to my db!")
Delete value
db.del("mydb")
Has value?
db.has("mydb")
DB Math operations
Subctraction
db.subtract("mydb_subtract", "70")
Add
db.add("mydb_subtract", "420")
DB Backup
Save backup
db.backup("save")
Read backup
db.backup("read")
DB Extraction
Extract all values from DB without SHA256 Encrypting:
db.extract("<filname>", "false")
Extract all values from DB with permament hashing:
db.extract("<filname>", "true")
Author
π€ Jakub Kun & Remixiak
- Website: cloud3.site | remixiak.xyz
- Github: @falseCloud | @ThatRemixiak
π€ Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a βοΈ if this project helped you!