C# .NET + PostgreSQL

后端 未结 9 1778
执念已碎
执念已碎 2021-01-30 05:17

I\'m looking at working on a project which uses C#.NET (sitting on a windows box) as the primary language and PostgreSQL as the backend database (backend is sitting on a linux b

9条回答
  •  鱼传尺愫
    2021-01-30 05:45

    I'm working with C# and Postgres using Npgsql2 component, and they work fast, I recommend you.

    You can download from https://github.com/npgsql/Npgsql/releases

    Note: If you want an application that works with any database you can use the DbProviderFactory class and make your queries using IDbConnection, IDbCommand, IDataReader and/or IDbTransaction interfaces.

提交回复
热议问题