Skip to main content

PostgresServices

Type Alias PostgresServices 

Source
pub type PostgresServices = Services<PostgresJobRepository, PostgresExplorer>;
Expand description

The services one PostgreSQL deployment provides.

Aliased Typeยง

pub struct PostgresServices { /* private fields */ }