Expand description
§mysql-connector
Simple MySQL connector for Rust that allows exchanging the underlying connection.
§Features
tcpstream
(enabled by default): implements theStream
trait for tokio’stokio::net::TcpStream
.caching-sha2-password
(enabled by default): implements the caching SHA-2 pluggable authentication plugintime
(enabled by default): usestokio::time::sleep
for network timeout.serde
: implementsserde::Serialize
andserde::Deserialize
for some types.
Re-exports§
pub use error::Error;
pub use mysql_connector_macros as macros;
pub use connection::*;
Modules§
Macros§
Structs§
- Migration
List - Migrator
- Public
Key caching-sha2-password
- TcpStream
tcpstream
- A TCP stream between a local and a remote socket.
- Version