# Database

Database represents a Postgres database within a Branch.

## The Database object

- [database/object.md](database/object.md)

## Endpoints

### Get

- [GET /api/2.0/postgres/{name=projects/*/branches/*/databases/*}](get-database.md)

### List

- [GET /api/2.0/postgres/{parent=projects/*/branches/*}/databases](list-databases.md)

### Create

- [POST /api/2.0/postgres/{parent=projects/*/branches/*}/databases](create-database.md)

### Update

- [PATCH /api/2.0/postgres/{database.name=projects/*/branches/*/databases/*}](update-database.md)

### Delete

- [DELETE /api/2.0/postgres/{name=projects/*/branches/*/databases/*}](delete-database.md)

