Is it possible to use EF6 with Postgresql database but using database first approach? I found some solution that requires manually writing c# classes based on db structure that is unsatisfactory for me. I would like use it like Sql server, so I choose server and database from list, then I choose tables which I want to use and voilà .
What I did is installing npgsql. I can add this database in Server Explorer tab, but when I want to create ADO.NET Entity Model I can't find this database in list.
