node-file-db
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-file-db

Weekly Downloads

7

Version

1.0.5

License

MIT

Unpacked Size

312 kB

Total Files

57

Last publish

Collaborators

  • xingzhe_wj