Expand description
atomr-persistence-sql. Unified SQL Journal + SnapshotStore provider.
akka.net: Akka.Persistence.Sql. Uses sqlx under the hood so a single
code path targets SQLite (default), Postgres, MySQL, and (later) MSSQL.
Structs§
Enums§
Functions§
- detect_
dialect - ensure_
schema - Apply the migration DDL for the configured dialect. Statements are split
on
;so a single embedded SQL file can bootstrap every required table.