Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@

# mysql_async

Tokio based asynchronous MySql client library for The Rust Programming Language.
Tokio based asynchronous MySql client library for The Rust Programming Language.

## Requirements

mysql_async supports

* MariaDB 10.4, 10.5, 10.6, 10.11 and 11.4.
* MySQL 5.6, 5.7 and 8.0.
* TiDB 5.0.6 and 5.3.0.

## Installation

Expand Down