how to add Npgsql provider?

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
RobertK
Posts: 111
Joined: Thu 02 Mar 2017 05:44

how to add Npgsql provider?

Post by RobertK » Wed 15 Mar 2017 08:01

How do I add nppostgresl provider? http://www.npgsql.org/

There only the dotconnect postgresql provider is listed by default?
Image

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: how to add Npgsql provider?

Post by Shalex » Mon 20 Mar 2017 09:40

1. Entity Developer shipped with dotConnect for PostgreSQL supports the only provider (dotConnect for PostgreSQL). To work with Npgsql, you should install Entity Developer as a separate product, the list of its supported providers: https://www.devart.com/entitydeveloper/ ... ility.html.

2. After you install Npgsql, it is registered in machine.config. Entity Developer looks for installed supported providers in machine.config (to check if it is available on a workstation). The assemblies of supported provider are loaded from GAC (or Entity Developer installation folder C:\Program Files (x86)\Devart\EntityDeveloper\).

RobertK
Posts: 111
Joined: Thu 02 Mar 2017 05:44

Re: how to add Npgsql provider?

Post by RobertK » Tue 21 Mar 2017 06:59


Post Reply