Info
Version: | 1.1.4 |
Author(s): | Muhand Jumah |
Last Update: | Friday, November 10, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Muhand/MySQLManager |
NuGet Url: | https://www.nuget.org/packages/MySQLManager |
Install
Install-Package MySQLManager
dotnet add package MySQLManager
paket add MySQLManager
MySQLManager Download (Unzip the "nupkg" after downloading)
Dependencies
- MySql.Data(>= 8.0.9)
Tags
The developer will be able to do CRUD (Create, Read, Update and Delete) operations
with ease.
The developer will have to instantiate a manager object and then it's as simple as making 1 function call for each operation and that's it.
Developers can also subscribe to events to get notifications back.