Authentication & Roles
Authentication & Roles
Section titled “Authentication & Roles”Connection format, TLS, and role-based access control.
Connecting
Section titled “Connecting”Connect using the standard PostgreSQL connection string format:
psql "postgresql://<db_id>.<user>:<password>@pg.db9.io:5433/postgres"All connections use TLS (sslmode=require).
CREATE ROLE/ALTER ROLEGRANT/REVOKEprivileges on tables and schemasSET ROLEfor session role switching- Privilege checks enforced on every table access
Coming Soon
Detailed RBAC documentation with permission matrices and examples is in progress.