Pool visibility
This commit is contained in:
parent
de5d2757a9
commit
e3d9f05954
|
|
@ -35,7 +35,7 @@ use crate::core_commands::*;
|
|||
pub type ManifoldDatabasePool = diesel::r2d2::Pool<ConnectionManager<SqliteConnection>>;
|
||||
|
||||
pub struct Db {
|
||||
pool: ManifoldDatabasePool,
|
||||
pub pool: ManifoldDatabasePool,
|
||||
}
|
||||
|
||||
impl Deref for Db {
|
||||
|
|
|
|||
Loading…
Reference in New Issue