How do I connect C# with Postgres?

前端 未结 3 530
Happy的楠姐
Happy的楠姐 2021-02-02 07:05

How do I Connect C# with Postgres? I download the npgsql data provider but couldn\'t make it work. Are there more examples than the ones in the Postgres site?

Cheers,

3条回答
  •  梦谈多话
    2021-02-02 07:45

    If you want an recent copy of npgsql, then go here

    http://www.npgsql.org/

    This can be installed via package manager console as

    PM> Install-Package Npgsql

提交回复
热议问题