webscaledb
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

WebScaleDB

WebScaleDB - The new database that is ACID compliant(1), web scale(2) and asynchronous(3)!

1. not actually ACID compliant
2. probably not web scale
3. completely synchronous, except for when it's not

import * as db from 'webscaledb';
 
 
db.restore('db.json', () => { /* ... */ });
db.backup('db.json', () => { /* ... */ });
 
db.set('key', 'value');
db.get('key'); // 'value'

Readme

Keywords

Package Sidebar

Install

npm i webscaledb

Weekly Downloads

4

Version

0.1.6

License

MIT

Last publish

Collaborators

  • seikho