1.0.13 • Published 4 years ago

desolo v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

1.0.2

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago