- Assembly
- Rocket
.Surgery .Automation .Postgres .dll - Namespace
- Rocket
.Surgery .Automation .Postgres - Containing Type
- Postgres
Convention Extensions
Syntax
public static IConventionHostBuilder UseDevelopmentPostgres(this IConventionHostBuilder builder, int port, string key, string database = null, TimeSpan timeout = null, Action<PostgresConvention> options = null)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | I |
|
| port | int | |
| key | string | |
| database | string | |
| timeout | TimeSpan | |
| options | Action |
Return Value
| Type | Description |
|---|---|
| I |
