HappYness-Project / Happy-EventSourcing

Event sourcing
10 stars 1 forks source link

Read Model setup - postgreSQL #82

Closed hyunbin7303 closed 1 year ago

hyunbin7303 commented 1 year ago
hyunbin7303 commented 1 year ago

Command for Postgres dotnet ef migrations add InitialMigration --project HP.Infrastructure --startup-project HP.Api

hyunbin7303 commented 1 year ago

image

I need to set up HpReadDbContext as singleton since it was not working with transient and scoped.