1.4.1 • Published 9 months ago

ydb v1.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 months 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

10 months ago

1.0.0

10 months ago

1.3.4

10 months ago

1.3.3

10 months ago

1.4.1

9 months ago

1.3.2

10 months ago

1.2.3

10 months ago

1.4.0

9 months ago

1.3.1

10 months ago

1.3.0

10 months ago

0.0.1

6 years ago