1. 首页
  2. 数据库
  3. 其它
  4. kvds:键值数据存储 源码

kvds:键值数据存储 源码

上传者: 2021-02-27 10:07:15上传 ZIP文件 66.75KB 热度 24次
键值数据存储 基于文件的键值数据存储,支持基本CRD(创建,读取和删除)操作。 用法 import KVDS # Initializing the class with filename and filepath, # if filepath is not specified the json file will save # into current working directory kvds = KVDS(filename=FILE_NAME, filepath=FILE_PATH) #To creating new key-value kvds.create(KEY, VAULE) #
用户评论