Documentation
Everything you need to build, deploy, and scale your PostgreSQL API with Postrust.
Quick Start
Get your PostgreSQL API running in under 5 minutes with Docker.
$ docker run -p 3000:3000 \
-e DATABASE_URL="..." \
postrust/postrust
-e DATABASE_URL="..." \
postrust/postrust
Getting Started
Quick start guide to get your first API running in minutes
Read more
API Reference
Complete reference for REST endpoints, operators, and headers
Read more
GraphQL
Full GraphQL API with queries, mutations, and filtering
Read more
Authentication
JWT authentication and PostgreSQL Row-Level Security
Read more
Configuration
Environment variables and runtime configuration options
Read more
Custom Routes
Extend Postrust with custom Rust handlers for webhooks and more
Read more
Deployment
Deploy to Docker, AWS Lambda, Kubernetes, and more
Read more