Skip to content

Commit 4748f6c

Browse files
committed
Make sqlx-macros-core::database public
1 parent a0e4054 commit 4748f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-macros-core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub type Error = Box<dyn std::error::Error>;
2727
pub type Result<T> = std::result::Result<T, Error>;
2828

2929
mod common;
30-
mod database;
30+
pub mod database;
3131

3232
#[cfg(feature = "derive")]
3333
pub mod derives;

0 commit comments

Comments
 (0)