Expand description
§mysql-connector
Simple MySQL connector for Rust that allows exchanging the underlying connection.
§Features
tcpstream(enabled by default): implements theStreamtrait for tokio’stokio::net::TcpStream.caching-sha2-password(enabled by default): implements the caching SHA-2 pluggable authentication plugintime(enabled by default): usestokio::time::sleepfor network timeout.serde: implementsserde::Serializeandserde::Deserializefor 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