Installed EntityFramework6.Npgsql
Changed ConnectionString in Web.config
Added a PostgreSQL provider ... generally did everything as suggested here https://gist.github.com/raspi/8927531
But when you try to create a table in the database from the EF model, it pops up a window asking you to connect to the database. It would be okay, but among the listed providers PostgreSQL is not there. Advise what to do. If I have provided insufficient information, tell me what you need.