We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8ecc0 commit eb18cbdCopy full SHA for eb18cbd
postgres/src/lib.rs
@@ -60,6 +60,8 @@ use lazy_static::lazy_static;
60
#[cfg(feature = "runtime")]
61
use tokio::runtime::{self, Runtime};
62
63
+#[cfg(feature = "runtime")]
64
+pub use tokio_postgres::Socket;
65
pub use tokio_postgres::{error, row, tls, types, Column, Portal, SimpleQueryMessage, Statement};
66
67
pub use crate::client::*;
0 commit comments