use ;
use Lazy;
//use rocket_sync_db_pools::{database, diesel};
use diesel;
use env;
// The name here ("diesel_postgres_pool") must match the database name in Rocket.toml
//#[database("enigmatick")]
;
/// The Diesel backend type.
pub type DbType = Pg;
/// A global connection pool used by background tasks or code paths
/// that don't have access to a request-scoped connection.
/// NOTE: For new code, prefer passing a `DbRunner` implementor instead of relying on this global.
pub static POOL: = new;