Postgresql support
Closed this issue · 3 comments
viktor-evdokimov commented
Hi guys, are there plans to include postgres support ?
VitaliyMF commented
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.
VitaliyMF commented
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.
viktor-evdokimov commented
@VitaliyMF thank you, I will take a look!