1.0.0-1 • Published 1 year ago

dumodb v1.0.0-1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

DumoDB

My attempt at a scalable database.

const Database = require('dumodb');
const hash = require('some-hashing-library');

const db = new Database('./my-database/');

db.store('users').set('a-user', {
    password: hash('password123')
});
1.0.0-1

1 year ago

1.0.0

1 year ago