Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bootstrap MyDuck Server with DuckDB #154

Merged
merged 8 commits into from
Nov 14, 2024
Merged

feat: bootstrap MyDuck Server with DuckDB #154

merged 8 commits into from
Nov 14, 2024

Conversation

TianyuZhang1214
Copy link
Contributor

@TianyuZhang1214 TianyuZhang1214 commented Nov 14, 2024

Resolves #150. This PR enables users familiar with DuckDB to use MyDuck Server effectively.

Bug Fixes

  • Fixed visibility issue with the default schema main when connecting via MySQL client.
  • Resolved duplicated table listings in SHOW TABLES FROM MAIN when main schema is made visible.

Documentation

Added use-with-duckdb.md, which provides instructions on tasks such as loading Parquet files and attaching existing DuckDB files.

@TianyuZhang1214 TianyuZhang1214 linked an issue Nov 14, 2024 that may be closed by this pull request
@TianyuZhang1214 TianyuZhang1214 changed the title feat: working with parquet feat: using MyDuck Server with DuckDB Nov 14, 2024
@TianyuZhang1214 TianyuZhang1214 marked this pull request as ready for review November 14, 2024 09:56
@fanyang01 fanyang01 changed the title feat: using MyDuck Server with DuckDB feat: Bootstrap MyDuck Server with DuckDB Nov 14, 2024
@fanyang01 fanyang01 changed the title feat: Bootstrap MyDuck Server with DuckDB feat: bootstrap MyDuck Server with DuckDB Nov 14, 2024
@fanyang01
Copy link
Collaborator

@TianyuZhang1214 Thanks for exploring this issue. I will slightly reorganize the docs in this PR. Stay tuned for updates.

@fanyang01 fanyang01 merged commit d2066c5 into main Nov 14, 2024
3 of 4 checks passed
@TianyuZhang1214 TianyuZhang1214 deleted the backup-parquet branch November 18, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Questions about bootstrapping a db and mysql interface
2 participants