Correct way to transparently use SQLite.jl responses or (legacy) text files as a data source

Tables.jl is an interface library, it defines generic functions, any type that implements those functions can be treated like a table source. This is true of DataFrames, but it’s also true of functions in the CSV library, the SQLite library, etc etc. It’s basically just ways to access data inside whatever types you are storing them.

1 Like