From 5a784e64f027aee4519e485e78bd286559437443 Mon Sep 17 00:00:00 2001 From: Oskar Furlepa <46350955+oskar11120@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:43:53 +0100 Subject: [PATCH] Added Apache.Druid.Querying library to list of third party software. --- src/pages/libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/libraries.md b/src/pages/libraries.md index b77476b5f5..c9c51f817d 100644 --- a/src/pages/libraries.md +++ b/src/pages/libraries.md @@ -60,6 +60,7 @@ Some great folks have written their own libraries to interact with Apache Druid. #### .NET * [raygun/druid4net](https://github.com/MindscapeHQ/druid4net) - A .NET client for Druid written in C#. Supports the .NET full framework and .NET Core. +* [oskar11120/Apache.Druid.Querying](https://github.com/oskar11120/Apache.Druid.Querying) - Apache Druid client library/micro-orm for dotnet 6+ inspired by EF Core. #### Rust