View Source ExRender.Postgres (ex_render v0.2.0)

When you retrieve a postgres's details with the Render API, many of the returned object's fields are the sameregardless of the postgres's type.

Summary

Functions

Returns a list of Render PostgreSQL owned by you or a team you belong to. Optionally filter by name, service type, region, and more.

Restart a postgres by id

Resume a postgres by id

Returns the details of a single Render postgres (specified by postgresId) that's owned by you or a team you belong to.

Suspend a postgres by id

Functions

Link to this function

list(params \\ [limit: 20])

View Source
@spec list(keyword(integer())) :: list()

Returns a list of Render PostgreSQL owned by you or a team you belong to. Optionally filter by name, service type, region, and more.

@spec restart(String.t()) :: boolean()

Restart a postgres by id

@spec resume(String.t()) :: boolean()

Resume a postgres by id

@spec retrieve(String.t()) :: nil | Service.t()

Returns the details of a single Render postgres (specified by postgresId) that's owned by you or a team you belong to.

@spec suspend(String.t()) :: boolean()

Suspend a postgres by id