1.0.13 • Published 5 years ago

desolo v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Desolo || NOT WORKING YET

This is a package which makes it easy to use simple databases! Suggested for key-keeping, discord bot database.

Setup the package

const desolo = require('desolo');

Database functions

// Setup the database
const desolo = require('desolo');
const db = new desolo.database({ path: 'MyDatabasePath' });
db.setup(); // Databse ready!

db.set('foo', 'bar'); 
/*
Returns true as boolean if it's succesful, false if it's not.
*/

db.get('foo') // returns 'bar'.

Have any questions still? Feel free to ask in Our discord server!

1.0.13

5 years ago

1.0.2

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.12

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago