nreco/nicnet

Postgresql support

Closed this issue · 3 comments

Hi guys, are there plans to include postgres support ?

Hi Victor,

since Postgres has stable ADO.NET provider (Npgsql) its connector can be easily added. You may glance at the Mysql NI.Data connector and create connector for Postgres by yourself if you need it ASAP. Feel free to contact me in case of any complications.

Several days I've released new library for lightweight, provider-independent data access for .NET Core and old .NET 4.x projects: NReco.Data. NReco.Data can be used with any ADO.NET provider, including MsSql, PostgreSql, MySql, Sqlite etc.

@VitaliyMF thank you, I will take a look!