Replies: 1 comment
-
Hello, Nuget package Daikoz.SQLWrapper Additionally, if you have the opportunity to test my SQLWrapper tool, I would greatly appreciate any feedback you can provide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, guys, yesterday, I had just published a class library called "MySqlExpress" and I'm happy to share it with you.
Project Site: https://github.com/adriancs2/MySqlExpress
The class library stands on top of MySqlConnector and it aims to simplify the usage of MySQL in C# / .NET environment.
Here is one of the example of what "MySqlExpress" can do.
Assuming that we have a MySQL table like this:
MySqlExpress Helper can help to generate the C# class object of "player":
To get a row object of "player", in C#, we can do like this:
To get multiple rows of "player" object, we can do it like this:
Read more about MySqlExpress at the project site (Github).
Cheers, guys :)
Beta Was this translation helpful? Give feedback.
All reactions