资料:
一:PG数据库资料:
菜鸟教程:
https://www.runoob.com/postgresql/postgresql-index.html
官方PG数据库文档翻译
http://www.postgres.cn/docs/12/index.html
二:项目中引用的数据库驱动
github地址:https://github.com/npgsql/npgsql
.net framework 3.5的项目, 需要引入 2.2.7版本
.net framework 4.5往上的项目, 需要引入 4.0.11版本