SyncSchemaDefinition
Database-agnostic sync schema definition using the Migration framework. Implements spec Appendix A schema for all supported databases.
public static class SyncSchemaDefinition
Properties
Definition
public static SchemaDefinition Definition { get; }
Gets the complete sync schema definition. This is database-independent and can be applied to SQLite, PostgreSQL, or SQL Server.
InitialStateValues
public static IReadOnlyList<(string Key, string Value)> InitialStateValues { get; }
Gets the initial sync state values to insert after schema creation.