File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ from Oracle.
37
37
38
38
This library is compatible with popular .NET ORMs including:
39
39
40
- * [ Dapper] ( https://dapperlib.github.io/Dapper/ ) ([ GitHub] ( https://github.com/StackExchange/dapper-dot-net ) , [ NuGet] ( https://www.nuget.org/packages/Dapper ) )
41
- * [ FreeSql] ( http ://freesql.net/) ([ GitHub] ( https://github.com/dotnetcore/FreeSql ) , [ NuGet] ( https://www.nuget.org/packages/FreeSql.Provider.MySqlConnector/ ) )
40
+ * [ Dapper] ( https://dapperlib.github.io/Dapper/ ) ([ GitHub] ( https://github.com/DapperLib/Dapper ) , [ NuGet] ( https://www.nuget.org/packages/Dapper ) )
41
+ * [ FreeSql] ( https ://freesql.net/) ([ GitHub] ( https://github.com/dotnetcore/FreeSql ) , [ NuGet] ( https://www.nuget.org/packages/FreeSql.Provider.MySqlConnector/ ) )
42
42
* [ LINQ to DB] ( https://linq2db.github.io/ ) ([ GitHub] ( https://github.com/linq2db/linq2db ) , [ NuGet] ( https://www.nuget.org/packages/linq2db.MySqlConnector ) ) including ClickHouse support
43
- * [ NHibernate] ( https://www. nhibernate.info ) ([ GitHub] ( https://github.com/nhibernate/NHibernate.MySqlConnector ) , [ NuGet] ( https://www.nuget.org/packages/NHibernate.Driver.MySqlConnector ) )
43
+ * [ NHibernate] ( https://nhibernate.info/ ) ([ GitHub] ( https://github.com/nhibernate/NHibernate.MySqlConnector ) , [ NuGet] ( https://www.nuget.org/packages/NHibernate.Driver.MySqlConnector ) )
44
44
* [ NReco.Data] ( https://www.nrecosite.com/dalc_net.aspx ) ([ GitHub] ( https://github.com/nreco/data ) , [ NuGet] ( https://www.nuget.org/packages/NReco.Data ) )
45
45
* [ Paradigm ORM] ( https://www.paradigm.net.co/ ) ([ GitHub] ( https://github.com/MiracleDevs/Paradigm.ORM ) , [ NuGet] ( https://www.nuget.org/packages/Paradigm.ORM.Data.MySql/ ) )
46
46
* [ RepoDb] ( https://repodb.net/ ) ([ GitHub] ( https://github.com/mikependon/RepoDb/tree/master/RepoDb.MySqlConnector ) , [ NuGet] ( https://www.nuget.org/packages/RepoDb.MySqlConnector ) )
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Use with ORMs
13
13
14
14
This library is compatible with popular .NET ORMs including:
15
15
16
- * [ Dapper] ( https://stackexchange .github.io/Dapper/ ) ([ GitHub] ( https://github.com/StackExchange/dapper-dot-net ) , [ NuGet] ( https://www.nuget.org/packages/Dapper ) )
17
- * [ FreeSql] ( http ://freesql.net/) ([ GitHub] ( https://github.com/dotnetcore/FreeSql ) , [ NuGet] ( https://www.nuget.org/packages/FreeSql.Provider.MySqlConnector/ ) )
16
+ * [ Dapper] ( https://dapperlib .github.io/Dapper/ ) ([ GitHub] ( https://github.com/DapperLib/Dapper ) , [ NuGet] ( https://www.nuget.org/packages/Dapper ) )
17
+ * [ FreeSql] ( https ://freesql.net/) ([ GitHub] ( https://github.com/dotnetcore/FreeSql ) , [ NuGet] ( https://www.nuget.org/packages/FreeSql.Provider.MySqlConnector/ ) )
18
18
* [ LINQ to DB] ( https://linq2db.github.io ) ([ GitHub] ( https://github.com/linq2db/linq2db ) , [ NuGet] ( https://www.nuget.org/packages/linq2db.MySqlConnector ) )
19
- * [ NHibernate] ( https://www. nhibernate.info ) ([ GitHub] ( https://github.com/nhibernate/NHibernate.MySqlConnector ) , [ NuGet] ( https://www.nuget.org/packages/NHibernate.Driver.MySqlConnector ) )
19
+ * [ NHibernate] ( https://nhibernate.info/ ) ([ GitHub] ( https://github.com/nhibernate/NHibernate.MySqlConnector ) , [ NuGet] ( https://www.nuget.org/packages/NHibernate.Driver.MySqlConnector ) )
20
20
* [ NReco.Data] ( https://www.nrecosite.com/dalc_net.aspx ) ([ GitHub] ( https://github.com/nreco/data ) , [ NuGet] ( https://www.nuget.org/packages/NReco.Data ) )
21
21
* [ Paradigm ORM] ( https://www.paradigm.net.co/ ) ([ GitHub] ( https://github.com/MiracleDevs/Paradigm.ORM ) , [ NuGet] ( https://www.nuget.org/packages/Paradigm.ORM.Data.MySql/ ) )
22
22
* [ RepoDb] ( https://repodb.net/ ) ([ GitHub] ( https://github.com/mikependon/RepoDb/tree/master/RepoDb.MySqlConnector ) , [ NuGet] ( https://www.nuget.org/packages/RepoDb.MySqlConnector ) )
You can’t perform that action at this time.
0 commit comments