Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add c# client driver #746

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions _data/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,22 @@
- urltext: Trino gets super visual with Apache Superset! from Trino
Community Broadcast 12
url: /episodes/12.html
- name: C# and ADO.NET
anchor: c-sharp
category: client-driver
owner: trinodb
logo: /assets/images/logos/dotnet.png
logosmall: /assets/images/logos/dotnet-small.png
description: |
The Trino C# client project provides a streaming client library with ADO.NET
interfaces for usage on the .NET platform. It enables applications using the
.NET platform and running on Windows and other supported operating systems
to connect and query Trino catalogs and process the results.
links:
- urltext: Trino C# client project
url: https://github.com/trinodb/trino-csharp-client
- urltext: Project introduction at Trino Summit 2024
url: https://youtu.be/x2rF6IEjFK0
- name: CLI
anchor: cli
category: client-application
Expand Down
Binary file added assets/images/logos/dotnet-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/dotnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.