iammukeshm/CleanArchitecture.WebApi

Postgresql support

quadigdev opened this issue · 1 comments

How should I implement PostgreSQL? The directives for MySQL do not work successfully for PostgreSQL.

best regards

Could you be a bit clearer with your question?
I use this project template with PostgreSQL and it works just fine.
First delete the existing migrations if any
uninstall the sql server efcore providers
and install PostgreSQL efcore providers
Re-run the migrations for the identity and infrastructure projects.