ADBC has a nice interface for describing resources (GetObjects) but I'm not sure how to get access to this in databow. For example, how would I list the fields in a table?
in sqlite's repl I could use .schema or in DuckDB, I can use their DESCRIBE.
Could databow have some \ or . commands and could we have one for GetObjects?
ADBC has a nice interface for describing resources (GetObjects) but I'm not sure how to get access to this in databow. For example, how would I list the fields in a table?
in sqlite's repl I could use
.schemaor in DuckDB, I can use theirDESCRIBE.Could databow have some
\or.commands and could we have one for GetObjects?