Npgsql 支持社区版本的 postgres 吗?
我从企业数据库网站上了解到,只有Postgres标准服务器和高级服务器支持Npgsql。
但我不确定是否 1. Npgsql 根本无法与社区版本一起使用?或者 2. 只是它没有与社区版本一起打包,但我可以使用 npgsql 连接并使用 .Net 中的 postgresql
有人可以帮助我理解吗?
I read from the enterprise db website that only the Postgres standard server and advanced server support Npgsql.
But am not sure if
1. Npgsql will not work with community version at all ?? or
2. It is just that it is not packaged along with community version,but I can use npgsql to connect and work with postgresql from .Net
Can someone help me understand?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
EnterpriseDB 与 PostgreSQL 不同。 PostgreSQL 就是 PostgreSQL,它不是 EnterpriseDB 的“社区版本”。 EnterpriseDB Server 是 PostgreSQL 的一个分支,而不是相反。
是的,Npgsql 确实可以与 PostgreSQL 配合使用,它是为 PostgreSQL 创建的:
EnterpriseDB is not the same as PostgreSQL. PostgreSQL is PostgreSQL, it's not a "community version" from EnterpriseDB. EnterpriseDB Server is a fork of PostgreSQL, not the other way around.
And yes, Npgsql does work with PostgreSQL, it was created for PostgreSQL: