From ca46a8e34e85ee081a4bad89cc247b4e40dd662d Mon Sep 17 00:00:00 2001 From: Amaury Trujillo <2842742+amauryt@users.noreply.github.com> Date: Thu, 13 Jul 2023 08:30:42 +0200 Subject: [PATCH 1/2] Add link to contributed third-party DuckDB wrapper for Crystal --- docs/api/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/overview.md b/docs/api/overview.md index c89854ee646..d18f5bc0731 100644 --- a/docs/api/overview.md +++ b/docs/api/overview.md @@ -7,6 +7,6 @@ expanded: Client APIs There are various client APIs for DuckDB. DuckDB's "native" API is [C++](cpp), with "official" wrappers available for [C](c/overview), [Python](python/overview), [R](r), [Java](java), [Node.js](nodejs/overview), [WebAssembly/Wasm](wasm/overview), [ODBC API](odbc/overview), [Julia](julia), and a [Command Line Interface (CLI)](cli). -There are also contributed third-party DuckDB wrappers for [Ruby](https://github.com/suketa/ruby-duckdb), [Go](https://github.com/marcboeker/go-duckdb), [C#](https://github.com/Giorgi/DuckDB.NET), [Rust](https://github.com/wangfenjin/duckdb-rs) and [Common Lisp](https://github.com/ak-coram/cl-duckdb). +There are also contributed third-party DuckDB wrappers for [Ruby](https://github.com/suketa/ruby-duckdb), [Go](https://github.com/marcboeker/go-duckdb), [C#](https://github.com/Giorgi/DuckDB.NET), [Rust](https://github.com/wangfenjin/duckdb-rs), [Common Lisp](https://github.com/ak-coram/cl-duckdb), and [Crystal](https://github.com/amauryt/crystal-duckdb). ### Pages in this Section From 47ac2b309eb7c935a76f68d476bdf7ad5b3ecc79 Mon Sep 17 00:00:00 2001 From: Amaury Trujillo <2842742+amauryt@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:27:33 +0200 Subject: [PATCH 2/2] Convert 3rd-party wrapper links to list in alphabetical order --- docs/api/overview.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/api/overview.md b/docs/api/overview.md index d18f5bc0731..38cf3bbbabb 100644 --- a/docs/api/overview.md +++ b/docs/api/overview.md @@ -7,6 +7,13 @@ expanded: Client APIs There are various client APIs for DuckDB. DuckDB's "native" API is [C++](cpp), with "official" wrappers available for [C](c/overview), [Python](python/overview), [R](r), [Java](java), [Node.js](nodejs/overview), [WebAssembly/Wasm](wasm/overview), [ODBC API](odbc/overview), [Julia](julia), and a [Command Line Interface (CLI)](cli). -There are also contributed third-party DuckDB wrappers for [Ruby](https://github.com/suketa/ruby-duckdb), [Go](https://github.com/marcboeker/go-duckdb), [C#](https://github.com/Giorgi/DuckDB.NET), [Rust](https://github.com/wangfenjin/duckdb-rs), [Common Lisp](https://github.com/ak-coram/cl-duckdb), and [Crystal](https://github.com/amauryt/crystal-duckdb). +There are also contributed third-party DuckDB wrappers for: + +- [C#](https://github.com/Giorgi/DuckDB.NET), by [Giorgi](https://github.com/Giorgi) +- [Common Lisp](https://github.com/ak-coram/cl-duckdb), by [ak-coram](https://github.com/ak-coram) +- [Crystal](https://github.com/amauryt/crystal-duckdb), by [amauryt](https://github.com/amauryt) +- [Go](https://github.com/marcboeker/go-duckdb), by [marcboeker](https://github.com/marcboeker) +- [Ruby](https://github.com/suketa/ruby-duckdb), by [suketa](https://github.com/suketa) +- [Rust](https://github.com/wangfenjin/duckdb-rs), by [wangfenjin](https://github.com/wangfenjin) ### Pages in this Section