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

Shall I implement read_table for ODBC query? #32

Open
JockLawrie opened this issue Oct 2, 2022 · 0 comments
Open

Shall I implement read_table for ODBC query? #32

JockLawrie opened this issue Oct 2, 2022 · 0 comments

Comments

@JockLawrie
Copy link

Hi there,

I have a project that reads tables from disk (various file formats) and databases.
These data sources are specified in a TOML as part of a pipeline, so TableIO is very helpful in minimising the boilerplate.

I'm interested in implementing read_table for SQL queries over ODBC. Something like this:

read_table("MyDSN.odbc", sql_query::String)

Does this format suit TableIO?
Shall I go ahead with the implementation?

Cheers,
Jock

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

No branches or pull requests

1 participant