{"id":13393873,"url":"https://github.com/prest/prest","last_synced_at":"2025-05-13T18:10:30.616Z","repository":{"id":37430995,"uuid":"74436942","full_name":"prest/prest","owner":"prest","description":"PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new","archived":false,"fork":false,"pushed_at":"2025-04-29T09:32:55.000Z","size":17468,"stargazers_count":4346,"open_issues_count":140,"forks_count":293,"subscribers_count":83,"default_branch":"main","last_synced_at":"2025-05-05T11:38:28.334Z","etag":null,"topics":["automatic-api","database","databases","go","golang","hacktoberfest","low-code","postgres","postgresql","prest","rest","rest-api"],"latest_commit_sha":null,"homepage":"https://www.prestd.com","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/prest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null},"funding":{"open_collective":"prest"}},"created_at":"2016-11-22T05:17:05.000Z","updated_at":"2025-05-04T23:28:42.000Z","dependencies_parsed_at":"2023-12-27T09:29:43.109Z","dependency_job_id":"0841c34d-8336-4b37-8835-810cd88795a3","html_url":"https://github.com/prest/prest","commit_stats":{"total_commits":1849,"total_committers":78,"mean_commits":"23.705128205128204","dds":0.7906976744186046,"last_synced_commit":"ea316baff9b8956c009232524d7e5f1d4b63c0d2"},"previous_names":["nuveo/prest"],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prest%2Fprest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prest%2Fprest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prest%2Fprest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prest%2Fprest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prest","download_url":"https://codeload.github.com/prest/prest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252790254,"owners_count":21804569,"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":["automatic-api","database","databases","go","golang","hacktoberfest","low-code","postgres","postgresql","prest","rest","rest-api"],"created_at":"2024-07-30T17:01:01.669Z","updated_at":"2025-05-13T18:10:30.586Z","avatar_url":"https://github.com/prest.png","language":"Go","readme":"# pRESTd\n[![Tests](https://github.com/prest/prest/actions/workflows/test.yml/badge.svg)](https://github.com/prest/prest/actions/workflows/test.yml)\n[![GoDoc](https://godoc.org/github.com/prest/prest?status.png)](https://godoc.org/github.com/prest/prest)\n[![Go Report Card](https://goreportcard.com/badge/github.com/prest/prest)](https://goreportcard.com/report/github.com/prest/prest)\n[![codecov](https://codecov.io/gh/prest/prest/branch/main/graph/badge.svg?token=eVD9urwIEv)](https://codecov.io/gh/prest/prest)\n[![Homebrew](https://img.shields.io/badge/dynamic/json.svg?url=https://formulae.brew.sh/api/formula/prestd.json\u0026query=$.versions.stable\u0026label=homebrew)](https://formulae.brew.sh/formula/prestd)\n[![Discord](https://img.shields.io/badge/discord-prestd-blue?logo=discord)](https://discord.gg/JnRjvu39w8)\n\n_p_**REST** (**P**_ostgreSQL_ **REST**), is a simple production-ready API, that delivers an instant, realtime, and high-performance application on top of your **existing or new Postgres** database.\n\n\u003e PostgreSQL version 9.5 or higher\n\nContributor License Agreement - [![CLA assistant](https://cla-assistant.io/readme/badge/prest/prest)](https://cla-assistant.io/prest/prest)\n\n\u003ca href=\"https://www.producthunt.com/posts/prest?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-prest\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=303506\u0026theme=light\" alt=\"pREST - instant, realtime, high-performance on PostgreSQL | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" /\u003e\u003c/a\u003e\n\n## Problems we solve\n\nThe pREST project is the API that addresses the need for fast and efficient solution in building RESTful APIs on PostgreSQL databases. It simplifies API development by offering:\n\n1. A **lightweight server** with easy configuration;\n2. Direct **SQL queries with templating** in customizable URLs;\n3. Optimizations for **high performance**;\n4. **Enhanced** developer **productivity**;\n5. **Authentication and authorization** features;\n6. **Pluggable** custom routes and middlewares.\n\nOverall, pREST simplifies the process of creating secure and performant RESTful APIs on top of your new or old PostgreSQL database.\n\n[Read more](https://github.com/prest/prest/issues/41).\n\n## Why we built pREST\n\nWhen we built pREST, we originally intended to contribute and build with the PostgREST project, although it took a lot of work as the project is in Haskell. At the time, we did not have anything similar or intended to keep working with that tech stack. We've been building production-ready Go applications for a long time, so building a similar project with Golang as its core was natural.\n\nAdditionally, as Go has taken a huge role in many other vital projects such as Kubernetes and Docker, and we've been able to use the pREST project in many different companies with success over the years, it has shown to be an excellent decision.\n\n## 1-Click Deploy\n\n### Heroku\n\nDeploy to Heroku and instantly get a realtime RESTFul API backed by Heroku Postgres:\n\n[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/prest/prest-heroku)\n\n## Documentation\n\nVisit https://docs.prestd.com/\n","funding_links":["https://opencollective.com/prest"],"categories":["Database","Go","数据库","Programming","Servers","Uncategorized","Makefile","rest-api","API","Libraries","API Frameworks","Data Integration Frameworks","Compiled list","Repositories","Utilities","Generators"],"sub_categories":["Database Tools","数据库工具","Golang","Directly On Top Of A RMDB","Uncategorized","Samples","Advanced Console UIs","Postgres","plv8:"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprest%2Fprest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprest%2Fprest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprest%2Fprest/lists"}