mysql-connector

Crates.iomysql-connector
lib.rsmysql-connector
version0.0.3
sourcesrc
created_at2024-06-03 05:32:44.390762
updated_at2024-07-26 16:14:07.867054
descriptionSimple MySQL connector that allows exchanging the underlying connection
homepage
repositoryhttps://github.com/riseupgroup/mysql-connector
max_upload_size
id1259725
size220,431
owners (github:riseupgroup:owners)

documentation

README

mysql-connector

Simple MySQL connector for Rust that allows exchanging the underlying connection.

Features

  • 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 plugin
  • time (enabled by default): uses [tokio::time::sleep] for network timeout.
  • serde: implements [serde::Serialize] and [serde::Deserialize] for some types.
Commit count: 11

cargo fmt