We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
COPY FROM/TO STDIN
1 parent 6766a29 commit 0346f16Copy full SHA for 0346f16
sqlx-core/src/postgres/connection/mod.rs
@@ -20,6 +20,8 @@ use crate::transaction::Transaction;
20
21
pub use self::stream::PgStream;
22
23
+pub use self::stream::PgStream;
24
+
25
pub(crate) mod describe;
26
mod establish;
27
mod executor;
0 commit comments