quick.abdest
v0.3.1
Published
Kısaca Quick.abdest
Maintainers
Readme
Quick.abdest
Örnekler
const quickabdest = require('quick.abdest');
const db = quickabdest('./json.sqlite');
// Setting an object in the database:
db.set('userInfo', { difficulty: 'Easy' })
// -> { difficulty: 'Easy' }
// Pushing an element to an array (that doesn't exist yet) in an object:
db.push('userInfo.items', 'Sword')
// -> { difficulty: 'Easy', items: ['Sword'] }
// Adding to a number (that doesn't exist yet) in an object:
db.add('userInfo.balance', 500)
// -> { difficulty: 'Easy', items: ['Sword'], balance: 500 }
// Repeating previous examples:
db.push('userInfo.items', 'Watch')
// -> { difficulty: 'Easy', items: ['Sword', 'Watch'], balance: 500 }
db.add('userInfo.balance', 500)
// -> { difficulty: 'Easy', items: ['Sword', 'Watch'], balance: 1000 }
// Fetching individual properties
db.get('userInfo.balance') // -> 1000
db.get('userInfo.items') // ['Sword', 'Watch']İndirmeler
Linux & Windows
npm i quick.abdest
Mac
- İndirme: XCode
- Çalıştır:
npm i -g node-gypin terminal - Çalıştır:
node-gyp --python /path/to/python2.7(skip this step if you didn't install python 3.x) - Çalıştır:
npm i quick.abdest
Destek
Discordumuz Tıkla! ❤️
İroni
Bu Modül Bi ironidir ama cidden çalışır ve quick.dbden çaldım bira ehehhe
Discordum
McdKsr#0001
