Npgsql is a .Net data provider for Postgresql. It allows any program developed for .Net framework to access database server. It is implemented in 100% C# code. Postgresql 9.x and above is officially supported.
dotnet add package Npgsql --version 2.2.4.2
Install-Package Npgsql -Version 2.2.4.2
| 作者 | Francisco Figueiredo Jr., Josh Cooley, Dave Page, Jon Asher, Brar Piening, Chris Morgan, Hiroshi Saito, Jon Hanna, Federico Di Gregorio, Glen Parker, Shay Rojansky |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | https://github.com/npgsql/Npgsql |
| 许可证 | https://github.com/npgsql/Npgsql/wiki/License |