version: 1.0.0
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt-get update
sudo apt-get install golang-go
https://github.com/Ireoo/API-Core/releases
https://www.jb51.net/article/143208.htm
curl \
-X POST \
http://localhost:2019/users/insert \
-H 'Content-Type: application/json' \
-H 'Authorization: xxxxxxxxxx' \
-d '{"where":{"id":1},"data":"2", "other":"3"}'
http://localhost:2019/:table/:mode
// table -> 你要选择的表名
// mode -> 对该表的操作
// insert, update, findOne, findAll, remove, removeAll, updateAll, upsert