Namespace Accelergreat.EntityFramework.PostgreSql
Classes
PostgreSqlEntityFrameworkConfiguration
Configuration for PostgreSQL databases managed via Entity Framework.
Override default values in Accelergreat configuration under section PostgreSqlEntityFramework.
PostgreSqlEntityFrameworkDatabaseComponent<TDbContext>
A component for an PostgreSQL database managed via Entity Framework.
The following objects are published to the environment pipeline data when using DumpRestore reset strategy:
- Type: System.String. Key: EntityFrameworkDatabaseConnectionString<TDbContext>().
The following objects are published to the environment pipeline data when using Transactions reset strategy:
- Type: Npgsql.NpgsqlConnection. Key: EntityFrameworkDatabaseConnection<TDbContext>().
- Types: IDbTransactionWallet, IDbTransactionWallet<TDbTransaction>. Key: EntityFrameworkDatabaseTransactionWallet<TDbContext>().
See PostgreSqlEntityFrameworkConfiguration for default configuration values. You can override these in your Accelergreat configuration.