Do we have a list of all implementations of Tables.jl in the ecosystem?
The README file in Tables.jl points to integrations, but those are not necessarily table types. Do you know any other implementation besides the following list?
But that would show up in the reverse dependencies for Tables.jl. The tricky part is that some datastructures are automatically Tables.jl compatible. I think it needs to be iterable and have a common columnindex for each row. E.g. a vector of JSON3.Objects is compatible.