Enum DatabaseProviderType
- 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 = 0PostgreSQL via Npgsql (Stratara's primary supported provider).
SqlServer = 1Microsoft SQL Server.
Sqlite = 2SQLite (typically used for tests and local development).