Class PostgreSqlStorageOptions
- Namespace
- Millrace.Storage.PostgreSql
- Assembly
- Millrace.Storage.PostgreSql.dll
Options for the PostgreSQL provider.
public sealed class PostgreSqlStorageOptions
- Inheritance
-
PostgreSqlStorageOptions
- Inherited Members
Properties
- AutoCreateSchema
Creates the schema and tables on first use (idempotent DDL). Disable when migrations are managed at deploy time; call
PostgreSqlStorage.InitializeAsyncinstead.
- Schema
Schema holding the Millrace tables (default
millrace). Restricted to[a-z_][a-z0-9_]*because it is interpolated into DDL/DML.