Npgsql 支持社区版本的 postgres 吗?

发布于 2024-11-27 10:21:16 字数 173 浏览 1 评论 0原文

我从企业数据库网站上了解到,只有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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

老旧海报 2024-12-04 10:21:16

我从企业数据库网站上了解到只有 Postgres 标准
服务器和高级服务器支持Npgsql。

EnterpriseDB 与 PostgreSQL 不同。 PostgreSQL 就是 PostgreSQL,它不是 EnterpriseDB 的“社区版本”。 EnterpriseDB Server 是 PostgreSQL 的一个分支,而不是相反。

是的,Npgsql 确实可以与 PostgreSQL 配合使用,它是为 PostgreSQL 创建的:

Npgsql 是 Postgresql 的 .Net 数据提供程序。它允许任何程序
为.Net框架开发来访问数据库服务器。这是
用 100% C# 代码实现。 适用于 Postgresql 7.x 及更高版本。

I read from the enterprise db website that only the Postgres standard
server and advanced server support Npgsql.

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:

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. Works with Postgresql 7.x and above.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文