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

Add support for MotherDuck ADO.Net provider #651

Open
8 tasks
Seddryck opened this issue Nov 10, 2023 · 0 comments
Open
8 tasks

Add support for MotherDuck ADO.Net provider #651

Seddryck opened this issue Nov 10, 2023 · 0 comments
Labels
ado-net-provider new-database Support for a new type of database

Comments

@Seddryck
Copy link
Owner

Seddryck commented Nov 10, 2023

  • Using DuckDB ADO.NET provider
  • Aliases: md, motherduck
  • Parse connection string: md://<token>@
  • Parse connection string: md://<token>@/<database_name>
  • Parse connection string: md:///<database_name>?motherduck_token=<token>
  • Map to connection string DataSource=md:?motherduck_token=<token>;Database=<database_name>
  • Create MotherDuck dialect
  • Brand color: (orange) #FF9439
@Seddryck Seddryck added new-database Support for a new type of database ado-net-provider labels Nov 11, 2023
@Seddryck Seddryck changed the title Support MotherDuck ADO.NET Add support for MotherDuck ADO.Net provider Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ado-net-provider new-database Support for a new type of database
Projects
None yet
Development

No branches or pull requests

1 participant