All Tools
P
DataFreeOpen Source
POSTGREST
Instant REST API for any Postgres database
MIT
ABOUT
Teams wiring ML apps to Postgres often build a one-off CRUD API that drifts from the schema. PostgREST reads the database schema and serves a versioned REST API with auth, filtering, and stored-procedure RPCs so the database remains the contract instead of a handwritten backend.
INTEGRATION GUIDE
1. Expose a Postgres feature store as a REST API for training and inference services
2. Serve CRUD endpoints for an ML labeling or evaluation UI without writing a backend
3. Call Postgres functions as RPCs for scoring, retrieval, or feature computation
4. Put JWT-authenticated HTTP in front of existing tables and views for internal tools
TAGS
postgresrestapihaskellsqlbackendopen-source