R/databases.r

#' Work with databases in CouchDB.
#'
#' @name databases
#'
#' @details
#' There are the following functions for working with databases:
#'
#' - [db_create()] - Create a database
#' - [db_delete()] - Delete a database
#' - [db_info()] - Get info for a database
#' - [db_list()] - List databases
#' - [db_replicate()] - Replicate a database from one couch to another
#'
NULL

Try the sofa package in your browser

Any scripts or data that you put into this service are public.

sofa documentation built on July 22, 2026, 1:06 a.m.