Skip to content

Commit

Permalink
expose all of the transaction module
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Oct 11, 2024
1 parent e184d14 commit 123e5e7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/data_source/storage/sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,9 @@ pub use db::Db;
pub use include_dir::include_dir;
pub use queries::QueryBuilder;
pub use refinery::Migration;
pub use transaction::{query, query_as, Executor, Query, QueryAs, Transaction};
pub use transaction::*;

use self::{
migrate::Migrator,
transaction::{Read, Write},
};
use self::migrate::Migrator;

/// Embed migrations from the given directory into the current binary.
///
Expand Down

0 comments on commit 123e5e7

Please sign in to comment.