Skip to content

Shall I implement read_table for ODBC query? #32

@JockLawrie

Description

@JockLawrie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions