From e3f7045f15668b3525bbf7cf236629cd002a4baa Mon Sep 17 00:00:00 2001 From: Thomas Buck Date: Tue, 19 Mar 2024 23:47:58 +0000 Subject: [PATCH] Add tbbuck/H3.net.SqlClr to bindings list for SQL Server Adding SQL CLR implementation of H3 for SQL Server using the https://github.com/pocketken/H3.net C# port as a base. --- website/docs/community/bindings.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/community/bindings.md b/website/docs/community/bindings.md index e4970d37e..1165fb3be 100644 --- a/website/docs/community/bindings.md +++ b/website/docs/community/bindings.md @@ -111,6 +111,10 @@ As a C library, bindings can be made to call H3 functions from different program - [crazycapivara/h3-r](https://github.com/crazycapivara/h3-r) - [obrl-soil/h3jsr](https://github.com/obrl-soil/h3jsr) +## SQL Server + +- [tbbuck/H3.net.SqlClr](https://github.com/tbbuck/H3.net.SqlClr) + ## Ruby - [seanhandley/h3_ruby](https://github.com/seanhandley/h3_ruby)