crate / crate-npgsql

A plugin that provides extensions to Npgsql which enable usage of Npgsql as a .NET data provider for CrateDB.
Apache License 2.0
11 stars 5 forks source link

Documentation: Improve notes about vanilla Npgsql driver #58

Closed amotl closed 3 years ago

amotl commented 3 years ago

Hi there,

in order to improve navigation and reduce confusion, this patch tries to emphasize the fact that starting with CrateDB 4.2, the vanilla Npgsql driver should be used.

The origin of this patch is that we should recognize that people are apparently still confused about using the vanilla Npgsql driver and instead use the CrateDB fork, see https://community.crate.io/t/how-to-connect-npgsqldatabaseinfo-for-crate-database-in-c/698.

With kind regards, Andreas.