Re-exports§
pub use config::Config;
pub use error::PgqrsError;
pub use error::Result;
Modules§
Structs§
- Connection
Manager - 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§
Functions§
- run_
migrations - Run embedded Diesel migrations