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

MotherDuck support #225

Closed
JelteF opened this issue Sep 30, 2024 · 1 comment
Closed

MotherDuck support #225

JelteF opened this issue Sep 30, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JelteF
Copy link
Collaborator

JelteF commented Sep 30, 2024

  • Single PG role connected to a single MD user (user may have multiple concurrent PG connections)

  • Table support: user’s MD catalog is synchronized with PG (every x second)

    • MD tables created in MD should be reflected in PG (using CREATE TABLE or CREATE TABLE … AS)
    • MD tables created in PG should be reflected in MD
    • MD tables modified in MD should be reflected in PG
    • Support multiple MD databases by encoding db+schema inside the schemaname ddb$db$schema pattern
  • Users need to choose a designated PG Database for MD synchronization

  • DDL fails in MD/DuckDB, then it should be rolled back in PG

@JelteF JelteF added this to the 0.1.0 feature complete milestone Sep 30, 2024
@JelteF JelteF self-assigned this Sep 30, 2024
@JelteF JelteF added the enhancement New feature or request label Sep 30, 2024
@JelteF
Copy link
Collaborator Author

JelteF commented Oct 15, 2024

Fixed by #267

@JelteF JelteF closed this as completed Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant