duckdb / duckdb/duckdb-ui

Ability to attach mysql db

Open
#32 1 comment 0 reactions 0 assignees View on GitHub
enhancement ui
Dominant language
TypeScript
Stars
465
Forks
47
PR merge metrics
No merged PRs in 30d

Description

Just like one can attach files/object storage support attaching db's like mysql which are supported by duckdb extension `duckdb_mysql`.

Right now i have to run attach from cli
`ATTACH IF NOT EXISTS'host=127.0.0.1 user=root database=demo' AS mysql_db (TYPE mysql);`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the UI flow that currently attaches files or object storage, then compare it with the CLI entry point and the duckdb_mysql ATTACH example in the issue. Done means users can attach a supported MySQL database through the UI without running the CLI command.

Written by the indexing model from the issue text.

Assessment

Tech stack
mysql, typescript
Domain
databases, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.