Skip to content

WindomZ/songo

Repository files navigation

songo

Build Status License

实现songo协议的Go库

Documents

songo协议文档

Features

  • support MySQL
  • support PostgreSQL
  • support MongoDB

v0.0.0

  • 开发中...

v0.0.0

  • 开发中...

v1.1.0

Example

  • 实例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"
    }
    

License

The MIT License

Releases

No releases published

Packages

No packages published

Languages