The Dolt dbGetInfo() returns standard information about a database connection according to the DBI specification, as well as information about the version-control status of the repository such as current branch, last commit, and modified tables. This information is also displayed in the print method for a dolt connection object and in the RStudio connection pane.

# S4 method for DoltConnection
dbGetInfo(dbObj, ...)

# S4 method for DoltConnection
show(object)

Arguments

dbObj

the database connection

...

Other arguments to methods

object

the database connection

See also

dolt_state dolt_status dolt_last_commit dolt_pane