Description
Expose a PostgreSQL database as a REST API based on database schema, roles, and permissions. It helps developers build web services where the database model and security rules drive the HTTP interface.
API exposure can leak or modify data if database roles are wrong. Design row-level security, authentication, network access, and schema permissions before publishing endpoints.