ydb

1.4.1 • Public • Published

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

/ydb/

    Package Sidebar

    Install

    npm i ydb

    Weekly Downloads

    2

    Version

    1.4.1

    License

    MIT

    Unpacked Size

    153 kB

    Total Files

    46

    Last publish

    Collaborators

    • onrir