json file store:Node.js的简单JSON存储 源码
JSON文件存储 用于node.js的简单JSON文件存储。 警告:如果要保留大量对象,请不要使用它。 而是使用真实的数据库。 安装 npm install jfs --save 用法 var Store = require ( "jfs" ) ; var db = new Store ( "data" ) ; var d = { foo : "bar" } ; // save with custom ID db . save ( "anId" , d , function ( err ) { // now the data is stored in the file data/an
文件列表
json-file-store-master.zip
(预估有个9文件)
json-file-store-master
.travis.yml
70B
.babelrc
29B
Store.spec.es6.js
13KB
package.json
1KB
Store.es6.js
8KB
.npmignore
90B
LICENCE.txt
1KB
.gitignore
38B
README.md
3KB
暂无评论