# PostgREST — Instant RESTful API from Any PostgreSQL Database > PostgREST turns your PostgreSQL schema into a fully functional REST API with zero server-side code. Define tables, views, and functions in Postgres and get automatic CRUD endpoints with filtering, pagination, and role-based security. ## Install Save as a script file and run: # PostgREST — Instant RESTful API from Any PostgreSQL Database ## Quick Use ```bash # Install via package manager brew install postgrest # Or download the binary curl -L https://github.com/PostgREST/postgrest/releases/latest/download/postgrest-linux-static-x64.tar.xz | tar xJf - # Create a config file cat > postgrest.conf <