postgrest
« Back to VersTracker
Description:
Serves a fully RESTful API from any existing PostgreSQL database
Type: Formula  |  Latest Version: 14.1@0  |  Tracked Since: Dec 19, 2025
Links: Homepage  |  GitHub  |  Docs  |  @PostgREST  |  formulae.brew.sh
Stars: 26,284  |  Forks: 1,142  |  Language: Haskell  |  Category: Databases
Tags: postgresql api rest backend database
Install: brew install postgrest
About:
PostgREST automatically generates a RESTful API from an existing PostgreSQL database schema, eliminating the need for manual backend coding. It provides secure, performant endpoints that map directly to database tables, views, and stored procedures. Its main value is enabling rapid API development by turning your database into a web service.
Key Features:
  • Auto-generates REST API from PostgreSQL schema
  • Built-in authentication and role-based security
  • High performance with low overhead
  • Supports JSON and CSV responses
  • OpenAPI/Swagger documentation generation
Use Cases:
  • Rapid prototyping of backend APIs
  • Building data-centric microservices
  • Exposing PostgreSQL data to web/mobile applications
Alternatives:
  • Hasura – GraphQL-based, offers more real-time and event-driven features
  • Supabase – Full BaaS platform with auth, storage, and realtime subscriptions built on PostgREST
Version History
Detected Version Rev Change Commit
Dec 19, 2025 5:27am 14.1 0 VERSION_BUMP 3164ddbb
Oct 24, 2025 8:21pm 0 VERSION_BUMP d03821c7
Sep 14, 2025 9:14pm 0 VERSION_BUMP 39a96909