2.6.1 ā€¢ Published 2 years ago

cloudy-db v2.6.1

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

Version Prerequisite Prerequisite Documentation Maintenance License: MIT

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

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 Cloudy-DB. This project is MIT licensed.

2.6.1

2 years ago

2.6.0

2 years ago

2.5.2

3 years ago

2.5.4

3 years ago

2.5.1

3 years ago

2.5.0

3 years ago

2.2.3-a

3 years ago

2.0.1

3 years ago

2.0.1-ralpha

3 years ago

2.0.0-ra

3 years ago

2.0.0-r

3 years ago

2.0.0

3 years ago

1.4.3-r

3 years ago

1.4.2

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago