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
Realtime Subscriptions
Live data updates via GraphQL subscriptions and PostgreSQL LISTEN/NOTIFY
Read more
pgvector Integration
Vector similarity search for AI apps, semantic search, and RAG pipelines
Read more
Custom Routes
Define custom Rust handlers for webhooks, business logic, and more
Read more
Authentication
JWT authentication and PostgreSQL Row-Level Security
Read more
Configuration
Environment variables and runtime configuration options
Read more
Deployment
Deploy to Docker, AWS Lambda, Kubernetes, and more
Read more