graphile_worker_migrations 0.4.18

Migrations package for graphile_worker, a high performance Rust/PostgreSQL job queue
Documentation
1
2
3
4
5
6
7
8
9
10
mod error;
mod install;
pub mod pg_version;
mod runner;
pub mod sql;
mod state;

pub use error::MigrateError;
pub use graphile_worker_migrations_core::GraphileWorkerMigration;
pub use runner::migrate;