Skip to main content
Table of Contents

Enum DatabaseProviderType

Namespace
Stratara.EventSourcing.EntityFrameworkCore.Abstractions
Assembly
Stratara.EventSourcing.EntityFrameworkCore.dll

Identifies the relational database provider used by a Stratara DbContext so that convention helpers (e.g. JSON column mapping) can emit provider-appropriate metadata.

public enum DatabaseProviderType
Extension Methods

Fields

PostgreSql = 0

PostgreSQL via Npgsql (Stratara's primary supported provider).

SqlServer = 1

Microsoft SQL Server.

Sqlite = 2

SQLite (typically used for tests and local development).