1.1.2 • Published 2 years ago

@creamy-dev/1udb v1.1.2

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

1udb

Imagine a database as lite as a 1U chassis.

Installation Instructions

NPM install '@creamy-dev/1udb', in production mode.

npm install @creamy-dev/1udb --production

Commiting installation instructions

Full install '@creamy-dev/1udb'.

npm install @creamy-dev/1udb

Documentation

Initiation

In your main file, require 1udb, and initialize a database.

const Database = require('@creamy-dev/1udb');
const db = new Database(__dirname + '/db.json');

async function main() {
    await db.serialize();
}

main();

For examples, I'd recommend looking at the jest test suite in index.test.js.

Commiting information

If adding something important, add an test in index.test.js, and be sure to jsdoc the new function.

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago