1.0.5 • Published 4 years ago

node-file-db v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

node-file-db

Installation

node环境下的本地文件系统型数据存储模式。目前仅可在node环境下使用,version>6.9.6,如果使用jest进行单测,需要node环境version>10.15.0。

Documentation

wiki文档

Inner Working

Example

import filddb from 'node-file-db';
control
    // 创建数据库
    .createDB('test')
    // 创建表
    .create('user')
    // 查询表
    .where({name: 'xxx'});

License

MIT

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago