Closed aeneasr closed 2 years ago
This PR adds BaseDir() string which exposes CRDB's root directory which helps us to, for example, load back ups when starting the database.
BaseDir() string
Please excuse the formatting noise, it is caused by go fmt -w -s .
go fmt -w -s .
This change is
@rafiss anything else needed to get this merge? The change is straight forward and of great help when we need to access the DB file location
Thanks for your contribution!
This PR adds
BaseDir() string
which exposes CRDB's root directory which helps us to, for example, load back ups when starting the database.Please excuse the formatting noise, it is caused by
go fmt -w -s .