Skip to content

Commit 88e3c6c

Browse files
committed
Rearrange NuGet package readme.
1 parent 513401c commit 88e3c6c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

src/MySqlConnector/docs/README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## About
22

3-
MySqlConnector is an [ADO.NET](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/) data provider for [MySQL](https://www.mysql.com/), [MariaDB](https://mariadb.org/), [Amazon Aurora](https://aws.amazon.com/rds/aurora/), [Azure Database for MySQL](https://azure.microsoft.com/en-us/services/mysql/) and other MySQL-compatible databases. It provides implementations of `DbConnection`, `DbCommand`, `DbDataReader`, `DbTransaction`—the classes needed to query and update databases from managed code.
3+
MySqlConnector is an [ADO.NET](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/) data provider for [MySQL](https://www.mysql.com/), [MariaDB](https://mariadb.org/), [Amazon Aurora](https://aws.amazon.com/rds/aurora/), [Azure Database for MySQL](https://azure.microsoft.com/en-us/services/mysql/) and other MySQL-compatible databases.
44

5-
Complete documentation is available at the [MySqlConnector Documentation Website](https://mysqlconnector.net/).
5+
More documentation is available at the [MySqlConnector website](https://mysqlconnector.net/).
66

77
## How to Use
88

@@ -41,6 +41,21 @@ while (reader.Read())
4141
* High performance
4242
* Supports. NET Framework, .NET Core, and .NET 5.0+
4343

44+
## Main Types
45+
46+
The main types provided by this library are:
47+
48+
* `MySqlConnection` (implementation of `DbConnection`)
49+
* `MySqlCommand` (implementation of `DbCommand`)
50+
* `MySqlDataReader` (implementation of `DbDataReader`)
51+
* `MySqlBulkCopy`
52+
* `MySqlBulkLoader`
53+
* `MySqlConnectionStringBuilder`
54+
* `MySqlConnectorFactory`
55+
* `MySqlDataAdapter`
56+
* `MySqlException`
57+
* `MySqlTransaction` (implementation of `DbTransaction`)
58+
4459
## Related Packages
4560

4661
* Entity Framework Core: [Pomelo.EntityFrameworkCore.MySql](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/)

0 commit comments

Comments
 (0)