Crate pgqrs

Crate pgqrs 

Source

Re-exports§

pub use config::Config;
pub use error::PgqrsError;
pub use error::Result;

Modules§

admin
pgqrs
config
error
queue
types

Structs§

ConnectionManager
An r2d2 connection manager for use with Diesel.
PgConnection
The connection string expected by PgConnection::establish should be a PostgreSQL connection string, as documented at https://www.postgresql.org/docs/9.4/static/libpq-connect.html#LIBPQ-CONNSTRING
Pool
A generic connection pool.

Constants§

MIGRATIONS

Functions§

run_migrations
Run embedded Diesel migrations