实现songo协议的Go库
- support MySQL
- support PostgreSQL
- support MongoDB
- 开发中...
- 开发中...
-
实例1
URL地址:
http(s)://127.0.0.1/demo?_limit=50&_page=2 &_sort=created,money,-level &year=$eq$2016&month=$bt$8,11&date=$eq$1&day=$in$0,6
对应JSON:
{ "limit":50, "page":2, "sort":[ "created", "money", "-level" ], "year":"$eq$2016", "month":"$bt$8,11", "date":"$eq$1", "day":"$in$0,6" }
The MIT License