Skip to content

Seikho/webscaledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published