Skip to content

Commit 49398b1

Browse files
committed
List other supported servers.
1 parent 68d01b2 commit 49398b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/content/home.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ Home
1212
====
1313

1414
MySqlConnector is an [ADO.NET](https://msdn.microsoft.com/en-us/library/e80y5yhx.aspx) data
15-
provider for [MySQL](https://www.mysql.com/). It provides implementations of
16-
`DbConnection`, `DbCommand`, `DbDataReader`, `DbTransaction` – the classes
15+
provider for [MySQL Server](https://www.mysql.com/), [MariaDB](https://mariadb.org/),
16+
[Percona Server](https://www.percona.com/software/mysql-database/percona-server), [Amazon Aurora](https://aws.amazon.com/rds/aurora/),
17+
[Azure Database for MySQL](https://azure.microsoft.com/en-us/services/mysql/) and more. It provides implementations of
18+
`DbConnection`, `DbCommand`, `DbDataReader`, `DbTransaction` — the classes
1719
needed to query and update databases from managed code. Its features include:
1820

1921
* .NET Core Compatibility
2022
* Truly Asynchronous: async functions implement asynchronous I/O
21-
* High Performance: code is stress tested for performance bottlenecks
23+
* High Performance: code is stress tested for performance bottlenecks and performs well on the [TechEmpower Framework Benchmarks](https://www.techempower.com/benchmarks/)
2224
* Lightweight: Library only implements ADO.NET core
2325

2426
### Getting Started

0 commit comments

Comments
 (0)