1.4.1 • Published 2 years ago

ydb v1.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

ydb

Lightweight JSON/YAML database for Node.js

ydb

Installation

npm install ydb

Usage

import { Database } from 'ydb';
const db = new Database('path/to/db.json');

db.set('foo', 'bar');
db.get('foo'); // bar

Check out the Documentations for more info

1.1.0

2 years ago

1.0.0

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.4.1

2 years ago

1.3.2

2 years ago

1.2.3

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

0.0.1

7 years ago