This console app will take your DMM's master.mdb
file and load it into either a MySQL/MariaDB or SQL Server database.
- Environment (required)
- Set to "Development" or "Production"
- Owner/Repo (required)
- Path to the
master.mdb
on GitHub
- Path to the
- Repo Branch (required)
- Download
master.mdb
from specified GitHub branch
- Download
- MySQL Connection String (required)
- Set to "N/A" to skip
- SQL Server Connection String (required)
- Set to "N/A" to skip
dotnet run "Development" "SimpleSandman/UmaMusumeMasterMDB" "master" "user id=;password=;host=;database=;character set=utf8mb4;AllowLoadLocalInfile=true" "Server=;Database=;Integrated Security=SSPI;"