namespace LiteCharms.Features.MidrandBooks.Postgres; public class MidrandShopDbContext(DbContextOptions options) : DbContext(options) { }