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:
4040* [ Dapper] ( https://stackexchange.github.io/Dapper/ ) ([ GitHub] ( https://github.com/StackExchange/dapper-dot-net ) , [ NuGet] ( https://www.nuget.org/packages/Dapper ) )
4141* [ LINQ to DB] ( https://linq2db.github.io/ ) ([ GitHub] ( https://github.com/linq2db/linq2db ) , [ NuGet] ( https://www.nuget.org/packages/linq2db.MySqlConnector ) )
4242* [ 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/ ) )
4444* [ RepoDb] ( https://repodb.net/ ) ([ GitHub] ( https://github.com/mikependon/RepoDb/tree/master/RepoDb.MySqlConnector ) , [ NuGet] ( https://www.nuget.org/packages/RepoDb.MySqlConnector ) )
4545* [ 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 ) )
4747
4848For Entity Framework support, use:
4949
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ This library is compatible with popular .NET ORMs including:
1616* [ Dapper] ( https://stackexchange.github.io/Dapper/ ) ([ GitHub] ( https://github.com/StackExchange/dapper-dot-net ) , [ NuGet] ( https://www.nuget.org/packages/Dapper ) )
1717* [ LINQ to DB] ( https://linq2db.github.io ) ([ GitHub] ( https://github.com/linq2db/linq2db ) , [ NuGet] ( https://www.nuget.org/packages/linq2db.MySqlConnector ) )
1818* [ 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/ ) )
2020* [ RepoDb] ( https://repodb.net/ ) ([ GitHub] ( https://github.com/mikependon/RepoDb/tree/master/RepoDb.MySqlConnector ) , [ NuGet] ( https://www.nuget.org/packages/RepoDb.MySqlConnector ) )
2121* [ 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 ) )
2323
2424For Entity Framework support, use:
2525
You can’t perform that action at this time.
0 commit comments