Info
| Version: | 1.1.1 | 
| Author(s): | Francis Lemaire | 
| Last Update: | Thursday, December 29, 2016 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/Balnian/MySQL2Obj | 
| NuGet Url: | https://www.nuget.org/packages/MySQL2Obj | 
Install
Install-Package MySQL2Obj
                        dotnet add package MySQL2Obj
                        paket add MySQL2Obj
                        
                                MySQL2Obj Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- MySql.Data(>= 6.10.0)
 - NETStandard.Library(>= 1.6.0)
 
Tags
                
Do SQL Query an retreive a list of object of the type you requested. Midway between the raw MySQL Connector and Entity Framework.