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 ClickHouse URI #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elcamlost
Copy link

@elcamlost elcamlost commented Sep 24, 2018

To support connections to ClickHouse Databases, which supports ODBC.

@theory theory self-requested a review September 24, 2018 18:56
{
uri => 'db:clickhouse://yow',
dsn => 'dbi:ODBC:Server=yow;Port=8123',
dbi => [ [Server => 'yow'], [Port => 8123], [Database => undef] ],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems fine to me if these typical ODBC config params are what click house's ODBC driver in fact supports. I don't see any param docs in the clickhouse-odbc project page, but I'm happy to take your word for it.

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.

None yet

2 participants