开发者

Does Npgsql support community version of postgres?

I read from the enterprise db website that only the Postgres standard server and advanced ser开发者_如何转开发ver 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?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜