
PostgREST Documentation — PostgREST 12.2 documentation
PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API …
Tutorial 0 - Get it Running — PostgREST 12.2 documentation
Welcome to PostgREST! In this pre-tutorial we’re going to get things running so you can create your first simple API. PostgREST is a standalone web server which turns a PostgreSQL …
Installation — PostgREST 12.2 documentation
The release page has pre-compiled binaries for macOS, Windows, Linux and FreeBSD. The Linux binary is a static executable that can be run on any Linux distribution. You can also use your …
PostgREST Documentation — PostgREST 10.2 documentation
PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API …
Configuration — PostgREST 12.2 documentation
You can run postgrest--example to display all possible configuration parameters and how to use them in a configuration file. Environment Variables Environment variables are capitalized, …
API — PostgREST 12.2 documentation
PostgREST exposes three database objects of a schema as resources: tables, views and functions. Tables and Views, Functions as RPC, Schemas, Computed Fields, Domain …
Authentication — PostgREST 12.2 documentation
PostgREST is designed to keep the database at the center of API security. All authorization happens in the database. It is PostgREST’s job to authenticate requests – i.e. verify that a …
PostgREST Documentation
PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API …
Tables and Views — PostgREST 12.2 documentation
Insertion on views with complex rules might not work out of the box with PostgREST due to its usage of CTEs. If you want to keep using rules, a workaround is to wrap the view insertion in a …
Community Tutorials — PostgREST 12.2 documentation
Building a Contacts List with PostgREST and Vue.js - In this video series, DigitalOcean shows how to build and deploy an Nginx + PostgREST(using a managed PostgreSQL database) + …