Error when connecting to POSTGRESQL on localhost
Options
I am trying to connect to local postgresql db and unable to connect, keep getting the error in attached png. Any suggestion?
Thanks,
Salil
Comments
-
I am using LINQ Pad v6.10.2 X64 Beta Update Stream.
-
The PostgreSQL driver uses Npgsql's EF Core scaffolder, which appears to have some bugs. You could log the issue here:
https://github.com/npgsql/npgsql/issuesor else try the new LINQ-to-DB driver which is now available for LINQPad 6. Click Add Connection and then View more drivers.
-
Thanks Joe, the new LINQ-to-DB driver worked.