graphile_worker_migrations 0.4.19

Migrations package for graphile_worker, a high performance Rust/PostgreSQL job queue
Documentation
1
2
3
4
5
mod execute;
mod registry;

pub use execute::MigrationExecuteExt;
pub use registry::{GraphileWorkerMigration, GRAPHILE_WORKER_MIGRATIONS};