Skip to content

Commit

Permalink
Provide access to db pool
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Feb 23, 2024
1 parent e19446c commit 71d801b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v-model/src/storage/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ use super::{
pub type DbPool = Pool<ConnectionManager<PgConnection>>;

pub struct PostgresStore {
pool: DbPool,
pub pool: DbPool,
}

#[derive(Debug)]
Expand Down

0 comments on commit 71d801b

Please sign in to comment.