Add EF Core + SQLite with empty AppDbContext

This commit is contained in:
2026-06-11 18:12:04 +00:00
parent 1eb0383834
commit 2c16a9485b
8 changed files with 120 additions and 17 deletions
+12 -9
View File
@@ -1,9 +1,12 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}
{
"ConnectionStrings": {
"Default": "Data Source=./assistant.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}