Made by HeartwarmingFox
How to use:
- Add a reference to this library after downloading it.
- Add a connection string to
Appsettings.jsonandAppsettings.Development.json
Example:
"ConnectionStrings": {
"Default": "Server=MyServerAddress;Database=MyDatabaseName;Uid=MyUser;Pwd=MyPass;"
}
- Add the sql manager to your
Program.csor configuration code
with"ConnectionStrings": { "Default": "Server=MyServerAddress;Database=MyDatabaseName;Uid=MyUser;Pwd=MyPass;" } - To add models & Data see
Examplefolder.
This was built using Dapper. & MYSQL.Data.