I am new to using linqpad 5
. I am working with Postgres databases. I wanted to set up a connection in linqpad but there is no driver to connect for Postgres, so I added linqpad-PostgreSQL-driver: https://github.com/fknx/linqpad-postgresql-driver
while setting up a connection like this, I am getting an error saying unable to connect to server: Authentication method not supported(Recieved:10) like this
what have I done wrong here? I even tried using connection string like this:
"Server=127.0.0.1;Port=5432;Database=myDataBase;User Id=myUsername;Password=myPassword;"
but not working.