From 9f6836cf0c7fda7a8edac817653c79709571e1a3 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Mon, 4 Jul 2022 12:34:08 -0700 Subject: [PATCH] Add DuckDB, Sqlite3 bindings --- website/docs/community/bindings.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/community/bindings.md b/website/docs/community/bindings.md index 8bb5aa1a3..f619183f8 100644 --- a/website/docs/community/bindings.md +++ b/website/docs/community/bindings.md @@ -37,6 +37,10 @@ As a C library, bindings can be made to call H3 functions from different program - [festelo/h3_flutter](https://github.com/festelo/h3_flutter) +## DuckDB + +- [isaacbrodsky/h3-duckdb](https://github.com/isaacbrodsky/h3-duckdb) + ## ECL - [hpcc-systems/HPCC-Platform](https://github.com/hpcc-systems/HPCC-Platform/tree/master/plugins/h3) @@ -105,6 +109,10 @@ As a C library, bindings can be made to call H3 functions from different program - [CARTO Analytics Toolbox](https://github.com/CartoDB/analytics-toolbox-core#snowflake) +## SQLite3 + +- [isaacbrodsky/h3-sqlite3](https://github.com/isaacbrodsky/h3-sqlite3) + ## Spark - [kevinschaich/h3-pyspark](https://github.com/kevinschaich/h3-pyspark)