pub async fn create( cfg: &BranchConfig, name: &str, base: Option<&str>, ) -> Result<(), String>
Create a branch database from base (or the configured default).
base