| 123456789101112131415161718192021222324252627282930 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/db_create_new_schema.R
- \name{db_create_new_schema}
- \alias{db_create_new_schema}
- \title{Create the new schema}
- \usage{
- db_create_new_schema(conf)
- }
- \arguments{
- \item{conf}{A list() of configuration variables. Default values \code{\link[ruut]{get_config}}.}
- }
- \value{
- New schema created.
- }
- \description{
- Loome andmebaasi uue schema. Selleks tuleb schema uus nimi lisada conf muutujale. Konfiguratsiooni algväärtused \code{\link[ruut]{get_config}}.
- }
- \examples{
- \dontrun{
- config <- get_config()
- db_create_new_schema(conf = config)
- }
- }
- \seealso{
- \code{\link[=db_connect]{db_connect()}}, \code{\link[=get_config]{get_config()}}
- }
- \keyword{database,}
- \keyword{schema}
|