Expand description
qail sync - Generate sync triggers from qail.toml
Parses [[sync]] rules and generates PostgreSQL trigger migrations that populate the _qail_queue table on INSERT/UPDATE/DELETE.
Structs§
- Sync
Rule - Sync rule from qail.toml
Functions§
- generate_
sync_ triggers - Generate sync trigger migrations from qail.toml
- list_
sync_ rules - List sync rules from qail.toml