File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ This library is compatible with popular .NET ORMs including:
40
40
* [ Dapper] ( https://stackexchange.github.io/Dapper/ ) ([ GitHub] ( https://github.com/StackExchange/dapper-dot-net ) , [ NuGet] ( https://www.nuget.org/packages/Dapper ) )
41
41
* [ LINQ to DB] ( https://linq2db.github.io/ ) ([ GitHub] ( https://github.com/linq2db/linq2db ) , [ NuGet] ( https://www.nuget.org/packages/linq2db.MySqlConnector ) )
42
42
* [ NReco.Data] ( https://www.nrecosite.com/dalc_net.aspx ) ([ GitHub] ( https://github.com/nreco/data ) , [ NuGet] ( https://www.nuget.org/packages/NReco.Data ) )
43
- * [ Paradigm ORM] ( http ://www.paradigm.net.co/) ([ GitHub] ( https://github.com/MiracleDevs/Paradigm.ORM ) , [ NuGet] ( https://www.nuget.org/packages/Paradigm.ORM.Data.MySql/ ) )
43
+ * [ Paradigm ORM] ( https ://www.paradigm.net.co/) ([ GitHub] ( https://github.com/MiracleDevs/Paradigm.ORM ) , [ NuGet] ( https://www.nuget.org/packages/Paradigm.ORM.Data.MySql/ ) )
44
44
* [ RepoDb] ( https://repodb.net/ ) ([ GitHub] ( https://github.com/mikependon/RepoDb/tree/master/RepoDb.MySqlConnector ) , [ NuGet] ( https://www.nuget.org/packages/RepoDb.MySqlConnector ) )
45
45
* [ ServiceStack.OrmLite] ( https://servicestack.net/ormlite ) ([ GitHub] ( https://github.com/ServiceStack/ServiceStack.OrmLite ) , [ NuGet] ( https://www.nuget.org/packages/ServiceStack.OrmLite.MySqlConnector ) )
46
- * SimpleStack.Orm ([ GitHub] ( https://github.com/SimpleStack/simplestack.orm ) , [ NuGet] ( https://www.nuget.org/packages/SimpleStack.Orm.MySQLConnector ) )
46
+ * [ SimpleStack.Orm] ( https://simplestack.org/ ) ([ GitHub] ( https://github.com/SimpleStack/simplestack.orm ) , [ NuGet] ( https://www.nuget.org/packages/SimpleStack.Orm.MySQLConnector ) )
47
47
48
48
For Entity Framework support, use:
49
49
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ This library is compatible with popular .NET ORMs including:
16
16
* [ Dapper] ( https://stackexchange.github.io/Dapper/ ) ([ GitHub] ( https://github.com/StackExchange/dapper-dot-net ) , [ NuGet] ( https://www.nuget.org/packages/Dapper ) )
17
17
* [ LINQ to DB] ( https://linq2db.github.io ) ([ GitHub] ( https://github.com/linq2db/linq2db ) , [ NuGet] ( https://www.nuget.org/packages/linq2db.MySqlConnector ) )
18
18
* [ NReco.Data] ( https://www.nrecosite.com/dalc_net.aspx ) ([ GitHub] ( https://github.com/nreco/data ) , [ NuGet] ( https://www.nuget.org/packages/NReco.Data ) )
19
- * [ 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
+ * [ Paradigm ORM] ( https ://www.paradigm.net.co/) ([ GitHub] ( https://github.com/MiracleDevs/Paradigm.ORM ) , [ NuGet] ( https://www.nuget.org/packages/Paradigm.ORM.Data.MySql/ ) )
20
20
* [ RepoDb] ( https://repodb.net/ ) ([ GitHub] ( https://github.com/mikependon/RepoDb/tree/master/RepoDb.MySqlConnector ) , [ NuGet] ( https://www.nuget.org/packages/RepoDb.MySqlConnector ) )
21
21
* [ ServiceStack.OrmLite] ( https://servicestack.net/ormlite ) ([ GitHub] ( https://github.com/ServiceStack/ServiceStack.OrmLite ) , [ NuGet] ( https://www.nuget.org/packages/ServiceStack.OrmLite.MySqlConnector ) )
22
- * SimpleStack.Orm ([ GitHub] ( https://github.com/SimpleStack/simplestack.orm ) , [ NuGet] ( https://www.nuget.org/packages/SimpleStack.Orm.MySQLConnector ) )
22
+ * [ SimpleStack.Orm] ( https://simplestack.org/ ) ([ GitHub] ( https://github.com/SimpleStack/simplestack.orm ) , [ NuGet] ( https://www.nuget.org/packages/SimpleStack.Orm.MySQLConnector ) )
23
23
24
24
For Entity Framework support, use:
25
25
You can’t perform that action at this time.
0 commit comments