PostgreSQL Driver on version 6
I just upgraded to version 6 so I can use .net core but when I go to install driver it wants a .lpx6 file and only a .lpx driver file seems to be available for PostgrSQL.
Any way to use postgres with version 6?
I just upgraded to version 6 so I can use .net core but when I go to install driver it wants a .lpx6 file and only a .lpx driver file seems to be available for PostgrSQL.
Any way to use postgres with version 6?
Comments
Support for PostgreSQL is built in. Click 'Add Connection' and choose 'Entity Framework Core (multi-provider)'.
How do I do it without entity framework? On old version I could do it without
If you don't want Entity Framework Core as your mapper, you can use LINQ-to-DB instead. Click 'Add Connection' and 'View More Drivers'. This works similarly to the LINQ-to-DB driver in LINQPad 5.