Skip to content

H3artFang/DataUtils

Repository files navigation

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

About

C# Utility Project for making connection to Database easy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages