Skip to content

nreco/presto-ado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ADO.NET Provider for Presto/Trino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages