Data-Store:支持基本CRD操作的基于文件的键值数据存储

时间:2024-06-19 16:17:03
【文件属性】:

文件名称:Data-Store:支持基本CRD操作的基于文件的键值数据存储

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-19 16:17:03

JavaScript

数据存储 支持基本CRD操作的基于文件的键值数据存储 操作说明: 克隆存储库 在 cmd 中运行 npm install 在您的项目中导入库 启动类并开始使用可用的方法 //require the library in your project const DataStore = require('./DataStore.js'); /* Constructor initialize the DataStore with default storage location at home directory syntax: const file = new DataStore(String filename, String path) @param filename the name of the file to save the


【文件预览】:
Data-Store-main
----dataStore()
--------dataStore.js(3KB)
--------utils.js(2KB)
--------package-lock.json(2KB)
--------package.json(322B)
----README.md(1KB)

网友评论