Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 789 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 789 Bytes

NReco.PrestoAdo

Presto/Trino ADO.NET Provider based on PrestoClient.

  • uses Presto/Trino API v1 (headers prefix can be switched with "TrinoHeaders=1" in a connection string)
  • can connect to Metriql
  • compatible with .NET Core / NET6.

Nuget package: NReco.PrestoAdo

Connection string

Host=hostName;Port=8080;UseSsl=false;Schema=defaultSchema;Catalog=catalog;User=user;Password=password;TrinoHeaders=1;

Who is using this?

NReco.PrestoAdo is in production use at SeekTable.com and PivotData microservice.

License

Copyright 2021-2022 Vitaliy Fedorchenko

Distributed under the MIT license