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
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
TableIOis very helpful in minimising the boilerplate.I'm interested in implementing
read_tablefor SQL queries over ODBC. Something like this:Does this format suit
TableIO?Shall I go ahead with the implementation?
Cheers,
Jock