Expand description
Postgres enum types for the engine journal schema.
Provides Diesel 2.x ToSql/FromSql impls for:
CommandType↔engine_command_typeenumEventType↔engine_event_typeenum
Structs§
- DbUuid
- Newtype wrapper for
uuid::Uuidwith DieselToSql/FromSqlimpls. Needed because orphan rules prevent derivingAsExpression/FromSqlRowon the bareuuid::Uuidtype. - Directive
Action KeySql - SQL type marker for the
directive_action_keyPostgres enum. - Engine
Command Type Sql - SQL type marker for the
engine_command_typePostgres enum. - Engine
Event Type Sql - SQL type marker for the
engine_event_typePostgres enum.
Enums§
- Command
Type - Rust-side mirror of the
engine_command_typePostgres enum. - Directive
Action KeyDb - Rust-side mirror of the
directive_action_keyPostgres enum. - Event
Type - Rust-side mirror of the
engine_event_typePostgres enum.