{"id":16296874,"url":"https://github.com/windomz/songo","last_synced_at":"2025-07-28T14:08:16.000Z","repository":{"id":83794847,"uuid":"81905156","full_name":"WindomZ/songo","owner":"WindomZ","description":"实现songo协议的Go库","archived":false,"fork":false,"pushed_at":"2017-04-07T08:27:52.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T13:40:19.862Z","etag":null,"topics":["mongo","songo","url-parser"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WindomZ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-14T04:31:12.000Z","updated_at":"2017-03-23T01:45:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd9d878b-68ed-44bf-9cd0-1c2871dc132d","html_url":"https://github.com/WindomZ/songo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WindomZ/songo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fsongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fsongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fsongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fsongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WindomZ","download_url":"https://codeload.github.com/WindomZ/songo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fsongo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267527835,"owners_count":24102019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mongo","songo","url-parser"],"created_at":"2024-10-10T20:24:17.143Z","updated_at":"2025-07-28T14:08:15.950Z","avatar_url":"https://github.com/WindomZ.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# songo\n[![Build Status](https://travis-ci.org/WindomZ/songo.svg?branch=master)](https://travis-ci.org/WindomZ/songo)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\n实现songo协议的Go库\n\n## Documents\n\n[songo协议文档](https://github.com/suboat/songo/blob/master/desc.md)\n\n## Features\n\n- [ ] support MySQL\n- [ ] support PostgreSQL\n- [x] support MongoDB\n\n## [MySQL](https://github.com/WindomZ/songo/tree/master/mysql)\n\n![v0.0.0](https://img.shields.io/badge/version-v0.0.0-orange.svg)\n\n* 开发中...\n\n## [PostgreSQL](https://github.com/WindomZ/songo/tree/master/postgre)\n\n![v0.0.0](https://img.shields.io/badge/version-v0.0.0-orange.svg)\n\n* 开发中...\n\n## [MongoDB](https://github.com/WindomZ/songo/tree/master/mongo)\n\n![v1.1.0](https://img.shields.io/badge/version-v1.1.0-blue.svg)\n\n### Example\n* 实例1\n\n  URL地址：\n  ```\n  http(s)://127.0.0.1/demo?_limit=50\u0026_page=2\n    \u0026_sort=created,money,-level\n    \u0026year=$eq$2016\u0026month=$bt$8,11\u0026date=$eq$1\u0026day=$in$0,6\n  ```\n  对应JSON：\n  ```\n  {\n      \"limit\":50,\n      \"page\":2,\n      \"sort\":[\n          \"created\",\n          \"money\",\n          \"-level\"\n      ],\n      \"year\":\"$eq$2016\",\n      \"month\":\"$bt$8,11\",\n      \"date\":\"$eq$1\",\n      \"day\":\"$in$0,6\"\n  }\n  ```\n\n## License\n\nThe [MIT License](https://github.com/WindomZ/songo/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindomz%2Fsongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindomz%2Fsongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindomz%2Fsongo/lists"}