We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e4054 commit 4748f6cCopy full SHA for 4748f6c
sqlx-macros-core/src/lib.rs
@@ -27,7 +27,7 @@ pub type Error = Box<dyn std::error::Error>;
27
pub type Result<T> = std::result::Result<T, Error>;
28
29
mod common;
30
-mod database;
+pub mod database;
31
32
#[cfg(feature = "derive")]
33
pub mod derives;
0 commit comments