0.0.2 β€’ Published 3 years ago

pegasus.db v0.0.2

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

✨ Pegasus DB

downloadsBadge versionBadge

Features

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

πŸ“Œ Installation

npm i pegasus.db

πŸ”‹ Examples

const Database = require('pegasus.db')
const db = new Database.Client();
db.get('key') // fetch something from the db
db.fetch('key') //fetch something from the db
db.set('key', 'nothing') // set something in the db
db.add('key', 1) //add something to the db
db.substract('key', 1) //substract something from db
db.push('key', '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.deleteKey('key') //you can also use a key
0.0.2

3 years ago

0.0.1

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago