To add DuckDB to DBeaver on your laptop, follow these steps: 1. Install DBeaver: Download and install DBeaver from its official download page.2. Create a New Connection:
- Open DBeaver and click on the โNew Database Connectionโ button or go to Database > New Database Connection in the menu bar.
- Search for "DuckDB", select it, and click Next.3. Configure Connection:
- Enter the path to your DuckDB database file or use :memory: for an in-memory database.
- Click Test Connection. This will prompt you to install the DuckDB JDBC driver if it is not already installed.
- Click Download to download the DuckDB JDBC driver from Maven.
- Once the download is complete, click OK, then Finish.For more detailed instructions, refer to the DuckDB DBeaver guide.Would you like more detail on any specific step?Sources:
- DuckDB DBeaver Guide
๐กย Hint: Mention RunLLM in the thread for followups.
.png)