文件名称:store:一个简单,持久的JSON存储模型
文件大小:455KB
文件格式:ZIP
更新时间:2024-05-18 21:27:54
JavaScript
Store是一个简单,持久的JSON数据存储模型,具有简单的过滤和数据保护 特征 简单,强大的数据管理和过滤 ES6和Promises-这里没有回调 内置备份和还原功能 预定备份 读/写队列以防止数据丢失 安装 安装此模块需要Git。 npm install thattonybo/store yarn add thattonybo/store 例子 const Store = require ( 'thattonybo/store' ) ; const store = new Store ( ) ; await store . add ( { unicorn : ':unicorn:' } ) ; // => '2xuxhuoyd5h5563v' store . find ( { unicorn : ':unicorn:' } ) ; // => { unicorn: ':unicorn:', _id: '2xuxhuoyd5
【文件预览】:
store-master
----docs()
--------fonts()
--------_config.yml(26B)
--------index.html(4KB)
--------Store.html(56KB)
--------global.html(7KB)
--------styles()
--------scripts()
--------Store.js.html(29KB)
----test.js(1KB)
----package.json(466B)
----LICENSE(1KB)
----src()
--------index.js(72B)
--------Store.js(27KB)
----jsdoc.json(409B)
----index.d.ts(5KB)
----.gitignore(30B)
----README.md(2KB)
----yarn.lock(81KB)
----.gitattributes(66B)