学习数据库写的小demo
.
MySQL5.7、Python3、Redis
.
├── app.py
├── ckuser
│ ├── client.py
│ ├── config.py
│ ├── __init__.py
│ ├── server.py
│ └── sqlhelper
│ ├── __init__.py
│ ├── MySQLHelper.py
│ └── RedisHelper.py
├── demo.gif
├── LICENSE
├── README.md
└── shell
├── client.py
└── passwd.json
配置文件在 ckuser/config.py
,运行脚本之前先配置好数据库。