I am trying to use `describe table` with `apoc.load.jdbc` to pull information about SQL tables in a Neo4j query. Has anyone been able to do anything like this?
@mckenzma what database vendor is Neo4j connecting to via apoc.load.jdbc. Are you able to get the same via a system table of said vendor, for example with Oracle one can query USER_TABLES so as to get similar data