Skip to content

Simple MySQL connector that allows exchanging the underlying connection

License

Notifications You must be signed in to change notification settings

riseupgroup/mysql-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple MySQL connector that allows exchanging the underlying connection

Resources

License

Stars

Watchers

Forks

Packages

No packages published