ProjectionSqlDialectType

PackageFCQRS
Database SQL syntax supported by the transactional projection store.

Specification

Kind
Type
Members
2
Examples
0
SqliteSignature
Sqlite
PostgreSqlSignature
PostgreSql

Summary

NameSignatureSynopsis
SqliteSqliteSQLite with a provider such as Microsoft.Data.Sqlite.
PostgreSqlPostgreSqlPostgreSQL with a provider such as Npgsql.

Sqlite

Sqlite
Member
SQLite with a provider such as Microsoft.Data.Sqlite.

Returns

ProjectionSqlDialect

PostgreSql

PostgreSql
Member
PostgreSQL with a provider such as Npgsql.

Returns

ProjectionSqlDialect