Add EF Core + SQLite with empty AppDbContext
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace backend.Data;
|
||||
|
||||
public class AppDbContext(DbContextOptions<AppDbContext> options) : DbContext(options)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user