Search code examples
c#sdkamazon-redshiftamazon-redshift-spectrum

Amazon Redshift C# client to query data without ODBC/JDBC


Is there is any way to fetch the data from Amazon Redshift from C# without using JDBC/ODBC drivers?


Solution

  • Check out Npgsql, I've seen customers have success using it. npgsql