How do I connect C# with Postgres?

前端 未结 3 534
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:49

    You want the NPGSQL library. Your only other alternative is ODBC.

提交回复
热议问题