An open API service indexing awesome lists of open source software.

https://github.com/yisaer/ysdatabase

A simple Key-Value DataBase by Python
https://github.com/yisaer/ysdatabase

database key-value key-value-database python

Last synced: 10 months ago
JSON representation

A simple Key-Value DataBase by Python

Awesome Lists containing this project

README

          

# YSDataBase
A simple Key-Value DataBase by Python

## 使用方法

## 设置/更新 键值

python -m YSDB.Tool Database.db set Key Value

## 查询键值

python -m YSDB.Tool Database.db get Key

Value

## 删除键值

python -m YSDB.Tool Database.db delete Key



## 基本原理

留个坑有空更新吧,本来在源代码中写了注释,然而Terminal中不能支持中文。 Sigh