Skip to content

Commit 0346f16

Browse files
abonanderMontana Low
authored and
Montana Low
committed
feat(postgres): WIP implement COPY FROM/TO STDIN
Signed-off-by: Austin Bonander <[email protected]>
1 parent 6766a29 commit 0346f16

File tree

1 file changed

+2
-0
lines changed
  • sqlx-core/src/postgres/connection

1 file changed

+2
-0
lines changed

sqlx-core/src/postgres/connection/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ use crate::transaction::Transaction;
2020

2121
pub use self::stream::PgStream;
2222

23+
pub use self::stream::PgStream;
24+
2325
pub(crate) mod describe;
2426
mod establish;
2527
mod executor;

0 commit comments

Comments
 (0)