flaiscode.db
v1.0.5
Published
Türkçe ve işinizi görebilecek güzel bir veritabanı modülü.
Downloads
4
Readme
Welcome to flaiscode.db 👋
flaiscode database
Author
👤 flaiscode ( nix and ahmet )
- Website: https://flaiscode.net/
- Discord: https://discord.gg/NfxuWBtkxA
- Github: @flaiscode
Install
npm install flaiscode.db
Example
const flaiscodeDatabase = require('flaiscode.db');
const db = new flaiscodeDatabase({ file: 'database.json' });
db.set('hello', 'world'); // world
db.delete('hello') // true
db.push('fruits', 'orange') // [ "orange" ]
db.push('fruits', 'apple') // [ "orange", "apple" ]
db.remove('fruits', 'orange') // [ "apple" ]
db.add('level', 10) // 10
db.subtract('level', 8) // 2
db.deleteAll() // true
db.all() // { ... }
Show your support
Give a ⭐️ if this project helped you!
📝 License
This project is MIT licensed.
Last Updated
08/07/2022