Description
REST APIs for PostgreSQL data can be created quickly without writing a full custom backend. This server maps configured database tables and queries to HTTP endpoints, helping developers prototype or deploy data services around existing Postgres applications. It can expose sensitive database contents over the network, so authentication, authorization, TLS, firewall rules, and database permissions must be configured carefully.