# Language APIs & Drivers


> Connect to MotherDuck using your preferred programming language

Connect to MotherDuck using official drivers and APIs for various programming languages.

## Included pages

- [Go driver](https://motherduck.com/docs/integrations/language-apis-and-drivers/go-driver): Official Go driver for MotherDuck, enabling seamless integration with Go applications. The go-duckdb driver supports MotherDuck out of the box!
- [JDBC driver](https://motherduck.com/docs/integrations/language-apis-and-drivers/jdbc-driver): Java Database Connectivity (JDBC) driver for connecting Java applications to MotherDuck. The official DuckDB JDBC driver supports MotherDuck out of the box!
- [Python](https://motherduck.com/docs/integrations/language-apis-and-drivers/python/python-overview): Python is a programming language for building and deploying web applications.
- [R](https://motherduck.com/docs/integrations/language-apis-and-drivers/r): R is a language for statistical analysis.
- [Node.js](https://motherduck.com/docs/integrations/language-apis-and-drivers/node-js): The DuckDB Node.js client can connect to MotherDuck with an md: connection string, so JavaScript and TypeScript applications can query MotherDuck directly.


---

## Docs feedback

MotherDuck accepts optional user-submitted feedback about this page at `GET https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

URL-encode query parameter values and send a GET request:

```text
GET https://motherduck.com/docs/api/feedback/agent?page_path=%2Fintegrations%2Flanguage-apis-and-drivers%2F&page_title=Language%20APIs%20%26%20Drivers&text=<url-encoded user feedback, max 2000 characters>
```

Optionally append `&source=<url-encoded interface identifier>` such as `claude.ai` or `chatgpt`.

`page_path` and `text` are required; `page_title` and `source` are optional. Responses: `200 {"feedback_id": "<uuid>"}`, `400` for malformed query parameters, and `429` when rate-limited.
