Skip to content

Commit 2c672ad

Browse files
committed
Update
Add MongoDB Update gRPC MySQL
1 parent 5ac50bd commit 2c672ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
2929
[Npgsql](https://github.com/npgsql/Npgsql) | Install-Package Npgsql | Yes | Yes | [npgsql.org](http://www.npgsql.org)
3030
[NEST](https://github.com/elastic/elasticsearch-net) | Install-Package NEST -Pre | Yes | Yes | [elastic.**co**](https://www.elastic.co)
3131
[StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | Install-Package StackExchange.Redis -Pre | Yes | Yes |
32-
MySQL | Install-Package MySql.Data.Core -Pre | Yes | Yes |
32+
[MySQL](https://github.com/mysql/mysql-connector-net) | Install-Package MySql.Data -Pre | Yes | Yes |
33+
[MongoDB](https://github.com/mongodb/mongo-csharp-driver) | Install-Package mongocsharpdriver | Yes | Yes |
3334
[NPoco](https://github.com/schotime/NPoco) | Install-Package NPoco | Yes | Yes |
3435
[Chloe](https://github.com/shuxinqin/Chloe/tree/master/src/DotNetCore) | | Yes | Yes |
3536

@@ -42,7 +43,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
4243
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
4344
------- | --------------------- | ----------------- | -------------------- | -------
4445
[JsonRpc](https://github.com/edjCase/JsonRpc) |Install-Package EdjCase.JsonRpc.Router | Yes | Yes |
45-
[grpc](http://www.grpc.io) || Yes | Yes | [c#](http://www.grpc.io/docs/quickstart/csharp.html)
46+
[gRPC](http://www.grpc.io) |Install-Package Grpc -Pre| Yes | Yes | [c#](http://www.grpc.io/docs/quickstart/csharp.html)
4647

4748

4849
## Message Queuing

0 commit comments

Comments
 (0)