{"id":13503186,"url":"https://github.com/marioidival/goga","last_synced_at":"2025-04-14T03:50:20.066Z","repository":{"id":152119633,"uuid":"98029893","full_name":"marioidival/goga","owner":"marioidival","description":"A fully RESTful API from any existing PostgreSQL database written in Rust","archived":false,"fork":false,"pushed_at":"2023-05-03T12:29:12.000Z","size":46,"stargazers_count":15,"open_issues_count":45,"forks_count":1,"subscribers_count":2,"default_branch":"trunk","last_synced_at":"2025-03-27T17:47:10.870Z","etag":null,"topics":["abandoned","postgresql","prest","rest-api","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/marioidival.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-07-22T12:27:54.000Z","updated_at":"2023-03-24T20:04:45.000Z","dependencies_parsed_at":"2023-09-18T02:05:24.390Z","dependency_job_id":null,"html_url":"https://github.com/marioidival/goga","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioidival%2Fgoga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioidival%2Fgoga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioidival%2Fgoga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioidival%2Fgoga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marioidival","download_url":"https://codeload.github.com/marioidival/goga/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819353,"owners_count":21166472,"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","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":["abandoned","postgresql","prest","rest-api","rust"],"created_at":"2024-07-31T22:02:40.543Z","updated_at":"2025-04-14T03:50:20.039Z","avatar_url":"https://github.com/marioidival.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# goga [![Build Status](https://travis-ci.org/marioidival/goga.svg?branch=master)](https://travis-ci.org/marioidival/goga)\nA fully RESTful API from any existing PostgreSQL database written in Rust\n\n# Inspiration\n\nThis project is highly inspired on [pREST](https://github.com/nuveo/prest/). Then 4 years later, highly inspired from a conversation. Now it’s out of the grave\n\n\n# TODO\n- HTTP GET\n\n\t- [X] Get all DATABASES\n\t- [X] Get all SCHEMAS\n\t- [X] Get all TABLES\n\t- [X] SELECT `/db/sch/tbl?_select=column`\n\t\t- [X] select with all columns `*`\n\t\t- [X] select with specific column `_select=column1,column2`\n\t- [ ] WHERE `/db/sch/tbl?column=value`\n\t\t- [X] filter with operators `column=$gt.100`\n\t\t- [ ] filter with json/jsonb columns\n\t- [X] COUNT `/db/sch/tbl?_count=column`\n\t\t- [X] count with all columns `*`\n\t\t- [X] count with specific column `_count=column1,column2`\n\t- [X] ORDER BY `/db/sch/tbl?_order=column`\n\t\t- [X] order by with asc `_order=column` __default__\n\t\t- [X] order by with desc `_order=-column`\n\t\t- [X] order by with multiple orders `_order=-column1,column2`\n\t- [ ] GROUP BY `/db/sch/tbl?_select=column1,column2\u0026_groupby=column1`\n\t\t- [X] group by chunk code with columns\n\t\t- [ ] group by with group functions support `SUM, AVG, MAX, MIN`\n\t\t- [ ] group by with having clause `_groupby=column1-\u003e\u003ehaving:sum:column_name:$gt:500`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarioidival%2Fgoga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarioidival%2Fgoga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarioidival%2Fgoga/lists"}