Crates.io | mysql-connector |
lib.rs | mysql-connector |
version | 0.0.3 |
source | src |
created_at | 2024-06-03 05:32:44.390762 |
updated_at | 2024-07-26 16:14:07.867054 |
description | Simple MySQL connector that allows exchanging the underlying connection |
homepage | |
repository | https://github.com/riseupgroup/mysql-connector |
max_upload_size | |
id | 1259725 |
size | 220,431 |
Simple MySQL connector for Rust that allows exchanging the underlying connection.
tcpstream
(enabled by default): implements the [Stream
] trait for tokio's [tokio::net::TcpStream
].caching-sha2-password
(enabled by default): implements the caching SHA-2 pluggable authentication plugintime
(enabled by default): uses [tokio::time::sleep
] for network timeout.serde
: implements [serde::Serialize
] and [serde::Deserialize
] for some types.