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
- Host: GitHub
- URL: https://github.com/yisaer/ysdatabase
- Owner: Yisaer
- Created: 2016-12-25T14:48:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T13:10:31.000Z (over 8 years ago)
- Last Synced: 2025-01-30T00:27:00.594Z (12 months ago)
- Topics: database, key-value, key-value-database, python
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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