PostgreSQL driver
Hello,
I'm a fan of LINQPad but it has always bugged me that there is no support for PostgreSQL databases. So I've written a (dynamic) LINQPad driver to add this support. You can find it on GitHub:
https://github.com/fknx/linqpad-postgresql-driver
All basic types (strings, ints, decimals, ...) and relations are supported. You can enable the support for more complex ("experimental") types (such as point and path) in the driver options. I've tested the driver with some of my own databases and with the DVD Rental sample database, but it would be great if some of you could give it a try with your own databases and report all issues on GitHub.
Thanks :-)
You can download the driver (lpx) on the release page.
Best regards,
Frederik
I'm a fan of LINQPad but it has always bugged me that there is no support for PostgreSQL databases. So I've written a (dynamic) LINQPad driver to add this support. You can find it on GitHub:
https://github.com/fknx/linqpad-postgresql-driver
All basic types (strings, ints, decimals, ...) and relations are supported. You can enable the support for more complex ("experimental") types (such as point and path) in the driver options. I've tested the driver with some of my own databases and with the DVD Rental sample database, but it would be great if some of you could give it a try with your own databases and report all issues on GitHub.
Thanks :-)
You can download the driver (lpx) on the release page.
Best regards,
Frederik
Comments