Lightweight JSON/YAML database for Node.js
npm install ydbimport { Database } from 'ydb';
const db = new Database('path/to/db.json');
db.set('foo', 'bar');
db.get('foo'); // barCheck out the Documentations for more info
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Lightweight JSON/YAML database for Node.js
npm install ydbimport { Database } from 'ydb';
const db = new Database('path/to/db.json');
db.set('foo', 'bar');
db.get('foo'); // barCheck out the Documentations for more info