Skip to content

Commit

Permalink
Rework client APIs page
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Jun 28, 2024
1 parent 02e4028 commit b608b4d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ layout: docu
title: Client APIs Overview
---

There are various client APIs for DuckDB:
DuckDB is an in-process database system and offers client APIs for several languages. These clients support the same DuckDB file format and SQL syntax. We strived to make their APIs follow their host language's conventions.

Client APIs:

* [ADBC API]({% link docs/api/adbc.md %})
* [C]({% link docs/api/c/overview.md %})
* [C++]({% link docs/api/cpp.md %})
* [Go]({% link docs/api/go.md %}) by [marcboeker](https://github.com/marcboeker)
* [Java]({% link docs/api/java.md %})
* [Julia]({% link docs/api/julia.md %})
* [Node.js]({% link docs/api/nodejs/overview.md %})
* [ODBC API]({% link docs/api/odbc/overview.md %})
* [Python]({% link docs/api/python/overview.md %})
* [R]({% link docs/api/r.md %})
* [Rust]({% link docs/api/rust.md %})
* [WebAssembly/Wasm]({% link docs/api/wasm/overview.md %})
* [ADBC API]({% link docs/api/adbc.md %})
* [ODBC API]({% link docs/api/odbc/overview.md %})

Additionally, there is a standalone [Command Line Interface (CLI)]({% link docs/api/cli/overview.md %}) client.
* Standalone [Command Line Interface (CLI)]({% link docs/api/cli/overview.md %}) client

There are also contributed third-party DuckDB wrappers, which currently do not have an official documentation page:

Expand Down

0 comments on commit b608b4d

Please sign in to comment.