0.1.1 • Published 3 years ago

ghost-mongo.js v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

ghost-mongo.js

Yükleyici

$ npm install ghost-mongo.js

Örnek Kod:

const Database = require('ghost-mongo.js');
const data = new Database('mongodb://localhost/ghost-mongo.js');
data.on('ready', async () => {
  console.log('Veritabanı hazır.');
});

/* Geçerli Handlers */
data.get('userInfo');
data.set('userInfo', 'Sword');
data.add('userInfo', 1);
data.subtract('userInfo', 1);
data.delete('userInfo');
data.push('userInfo', 'items');

Sosyal Medya

  • Eğer yardıma ihtiyacınız var ise buraya gelebilirsiniz.