sqlx-core 0.7.1

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.
Documentation
1
2
3
4
mod socket;
pub mod tls;

pub use socket::{connect_tcp, connect_uds, BufferedSocket, Socket, SocketIntoBox, WithSocket};