Eduardo Londoño
Eduardo Londoño

Reputation: 87

Connect Microsoft Powerapps to PostgreSQL

I'm trying to connect a PowerApps application to my database in PostgreSQL but it won'tt let me, the error it gives me is:

PostgreSQL: We were unable to find a database provider with invariant name 'Npgsql'.

I have installed a gateway.

Thank you in advance for any help you can give me.

Upvotes: 0

Views: 2708

Answers (1)

Patrick Amrein
Patrick Amrein

Reputation: 135

You need to install the npgsql driver from - https://github.com/npgsql/Npgsql/releases - probably you need to check install into GAC during installation

Then follow this guide: PowerApps PostgreSQL SSL problem

Upvotes: 0

Related Questions