No description
- C# 100%
|
Some checks failed
Build and publish NuGet package / build-and-publish (push) Failing after 7s
|
||
|---|---|---|
| .github/workflows | ||
| Context | ||
| Extensions | ||
| Migrations | ||
| Models | ||
| Repositories | ||
| SqlScripts | ||
| .gitignore | ||
| CLAUDE.md | ||
| LibreDatabase.csproj | ||
| LibreDatabase.sln | ||
| README.md | ||
Introduction
Libre database afhandeling
Bevat code first database configuratie en scripts voor het aanmaken van de database en gebruiker.
Add migration
dotnet ef migrations add Initial-Database
Update database
dotnet ef database update