Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 848 Bytes

File metadata and controls

29 lines (20 loc) · 848 Bytes

DataUtils SQL Database Helper For C# Blazor


Made by HeartwarmingFox

How to use:

  1. Add a reference to this library after downloading it.
  2. Add a connection string to Appsettings.json and Appsettings.Development.json

Example:

"ConnectionStrings": {
"Default": "Server=MyServerAddress;Database=MyDatabaseName;Uid=MyUser;Pwd=MyPass;"
}
  1. Add the sql manager to your Program.cs or configuration code
    with
    "ConnectionStrings": {
    "Default": "Server=MyServerAddress;Database=MyDatabaseName;Uid=MyUser;Pwd=MyPass;"
    }
  2. To add models & Data see Example folder.

Dependencies

This was built using Dapper. & MYSQL.Data.

DataUtils Version 0.2.0