dbGetInfo,DoltConnection-method | R Documentation |
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 signature 'DoltConnection'
dbGetInfo(dbObj, ...)
## S4 method for signature 'DoltConnection'
show(object)
dbObj |
the database connection |
... |
Other arguments to methods |
object |
the database connection |
dolt_state dolt_status dolt_last_commit dolt_pane
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.