dolt-info: Get information about a Dolt Database

dbGetInfo,DoltConnection-methodR Documentation

Get information about a Dolt Database

Description

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.

Usage

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

## S4 method for signature '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


ecohealthalliance/doltr documentation built on July 1, 2023, 11:38 a.m.