Examine information about dolt tables and diffs
character the name of a table in the database
commit to compare to
commit to compare from
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
.