Reverse Engineer Postgres Database Model Using EntityFramework Core
reverse engineer data model from postgres db
I tried Dapper it was fun to use. It is pretty powerful. I now wanted to try entityframework-core. In Dapper, I did everything in database first. Now I wanted to do everything in code first. I’ve used entityframework earlier in my previous jobs so have an understanding how it works but there is always something new to learn.