Skip to main content

Crate atomr_persistence_sql

Crate atomr_persistence_sql 

Source
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§

SqlConfig
SqlJournal
SqlReadJournal
SqlSnapshotStore

Enums§

SqlDialect

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.