Skip to content

Commit

Permalink
Merge pull request #871 from amauryt/patch-1
Browse files Browse the repository at this point in the history
Add link to contributed third-party DuckDB wrapper for Crystal
  • Loading branch information
Mause committed Jul 13, 2023
2 parents dd7fb41 + 47ac2b3 commit 66d3642
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) and [Common Lisp](https://github.com/ak-coram/cl-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

0 comments on commit 66d3642

Please sign in to comment.