3 releases
0.0.3 | Jul 26, 2024 |
---|---|
0.0.2 | Jun 6, 2024 |
0.0.1 | Jun 3, 2024 |
#478 in Database interfaces
195KB
5K
SLoC
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.
Dependencies
~4–13MB
~143K SLoC