# Postgres

The Postgres API provides access to a Postgres database via REST API or direct SQL.

## Endpoints

### Generate Database Credential

- [POST /api/2.0/postgres/credentials](v1/generate-database-credential.md)

### Get Operation

- [GET /api/2.0/postgres/{name=projects/*/operations/*}](v1/get-operation.md)

### Undelete Project

- [POST /api/2.0/postgres/{name=projects/*}/undelete](v1/undelete-project.md)

