File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ compatible with .NET Core.
23
23
24
24
This library is compatible with popular .NET ORMs including:
25
25
26
- * [ Dapper] ( https://github.com/StackExchange/dapper-dot-net ) ([ NuGet] ( https://www.nuget.org/packages/Dapper ) )
27
- * [ NReco.Data] ( https://github.com/nreco/data ) ([ NuGet] ( https://www.nuget.org/packages/NReco.Data ) )
28
- * [ ServiceStack.OrmLite] ( https://github.com/ServiceStack/ServiceStack.OrmLite ) ([ MyGet] ( https://www.myget.org/feed/servicestack/package/nuget/ServiceStack.OrmLite.MySqlConnector ) )
29
- * [ SimpleStack.Orm] ( https://github.com/SimpleStack/simplestack.orm ) ([ NuGet] ( https://www.nuget.org/packages/SimpleStack.Orm.MySQLConnector ) )
26
+ * [ Dapper] ( https://stackexchange.github.io/Dapper/ ) ([ GitHub] ( https://github.com/StackExchange/dapper-dot-net ) , [ NuGet] ( https://www.nuget.org/packages/Dapper ) )
27
+ * [ NReco.Data] ( https://www.nrecosite.com/dalc_net.aspx ) ([ GitHub] ( https://github.com/nreco/data ) , [ NuGet] ( https://www.nuget.org/packages/NReco.Data ) )
28
+ * [ Paradigm ORM] ( http://www.paradigm.net.co/ ) ([ GitHub] ( https://github.com/MiracleDevs/Paradigm.ORM ) , [ NuGet] ( https://www.nuget.org/packages/Paradigm.ORM.Data.MySql/ ) )
29
+ * [ ServiceStack.OrmLite] ( https://servicestack.net/ormlite ) ([ GitHub] ( https://github.com/ServiceStack/ServiceStack.OrmLite ) , [ NuGet] ( https://www.nuget.org/packages/ServiceStack.OrmLite.MySqlConnector ) )
30
+ * SimpleStack.Orm ([ GitHub] ( https://github.com/SimpleStack/simplestack.orm ) , [ NuGet] ( https://www.nuget.org/packages/SimpleStack.Orm.MySQLConnector ) )
30
31
31
32
For Entity Framework support, use:
32
33
33
- * [ Pomelo.EntityFrameworkCore.MySql] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql ) ( [ NuGet] ( https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql ) )
34
+ * Pomelo.EntityFrameworkCore.MySql ( [ GitHub ] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql ) , [ NuGet] ( https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql ) )
34
35
35
36
## Building
36
37
Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ Use with ORMs
13
13
14
14
This library is compatible with popular .NET ORMs including:
15
15
16
- * [ Dapper] ( https://github.com/StackExchange/dapper-dot-net ) ([ NuGet] ( https://www.nuget.org/packages/Dapper ) )
17
- * [ NReco.Data] ( https://github.com/nreco/data ) ([ NuGet] ( https://www.nuget.org/packages/NReco.Data ) )
18
- * [ ServiceStack.OrmLite] ( https://github.com/ServiceStack/ServiceStack.OrmLite ) ([ MyGet] ( https://www.myget.org/feed/servicestack/package/nuget/ServiceStack.OrmLite.MySqlConnector ) )
19
- * [ SimpleStack.Orm] ( https://github.com/SimpleStack/simplestack.orm ) ([ NuGet] ( https://www.nuget.org/packages/SimpleStack.Orm.MySQLConnector ) )
16
+ * [ Dapper] ( https://stackexchange.github.io/Dapper/ ) ([ GitHub] ( https://github.com/StackExchange/dapper-dot-net ) , [ NuGet] ( https://www.nuget.org/packages/Dapper ) )
17
+ * [ NReco.Data] ( https://www.nrecosite.com/dalc_net.aspx ) ([ GitHub] ( https://github.com/nreco/data ) , [ NuGet] ( https://www.nuget.org/packages/NReco.Data ) )
18
+ * [ Paradigm ORM] ( http://www.paradigm.net.co/ ) ([ GitHub] ( https://github.com/MiracleDevs/Paradigm.ORM ) , [ NuGet] ( https://www.nuget.org/packages/Paradigm.ORM.Data.MySql/ ) )
19
+ * [ ServiceStack.OrmLite] ( https://servicestack.net/ormlite ) ([ GitHub] ( https://github.com/ServiceStack/ServiceStack.OrmLite ) , [ NuGet] ( https://www.nuget.org/packages/ServiceStack.OrmLite.MySqlConnector ) )
20
+ * SimpleStack.Orm ([ GitHub] ( https://github.com/SimpleStack/simplestack.orm ) , [ NuGet] ( https://www.nuget.org/packages/SimpleStack.Orm.MySQLConnector ) )
20
21
21
22
For Entity Framework support, use:
22
23
23
- * [ Pomelo.EntityFrameworkCore.MySql] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql ) ( [ NuGet] ( https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql ) )
24
+ * Pomelo.EntityFrameworkCore.MySql ( [ GitHub ] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql ) , [ NuGet] ( https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql ) )
You can’t perform that action at this time.
0 commit comments