4.0.3 β€’ Published 5 years ago

@tatsumaki/fusion.db v4.0.3

Weekly downloads
-
License
GPL -3.0
Repository
-
Last release
5 years ago

✨ Fusion DB

downloadsBadge versionBadge

Features

  • πŸ”‹ Backup system
  • πŸ”Œ Simple And Easy To Get Started
  • πŸš€ Super-powerful
  • πŸ•ΈοΈ User Friendly

πŸ“Œ Installation

npm i @tatsumaki/fusion.db

πŸ”‹ Examples

  • Store db in json file
const Database = require('@tatsumaki/fusion.db')
const db = new db.Client();
db.get('fusion') // fetch something from the db
db.fetch('fusion') //fetch something from the db
db.set('fusion', 'nothing') // set something in the db
db.add('fusion', 1) //add something to the db
db.substract('fusion', 1) //substract something from db
db.push('fusion', 'value to push'); // Pushing a value to the db
db.all(); // Fetches everything in the database
db.createBackup(); //create backup
db.loadBackup(); //load backup
db.delete('fusion') //you can also use a key
5.0.0

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

4.0.0

5 years ago

2.0.2

5 years ago

3.0.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago