These functions query the dolt database for system tables that describe the database version history and structure.
the database connection
whether to collect the result into R or return a dbplyr::tbl_lazy()
to be further processed before collecting. Defaults to TRUE
, can be set with the environment variable
DOLT_COLLECT
.
Whether to print the SQL statements used internally to fetch
the data. Useful for learning how Dolt works internally. Defaults to FALSE
, can
be set with the environment variable DOLT_VERBOSE
.