db_create_new_schema.Rd 745 B

123456789101112131415161718192021222324252627282930
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/db_create_new_schema.R
  3. \name{db_create_new_schema}
  4. \alias{db_create_new_schema}
  5. \title{Create the new schema}
  6. \usage{
  7. db_create_new_schema(conf)
  8. }
  9. \arguments{
  10. \item{conf}{A list() of configuration variables. Default values \code{\link[ruut]{get_config}}.}
  11. }
  12. \value{
  13. New schema created.
  14. }
  15. \description{
  16. Loome andmebaasi uue schema. Selleks tuleb schema uus nimi lisada conf muutujale. Konfiguratsiooni algväärtused \code{\link[ruut]{get_config}}.
  17. }
  18. \examples{
  19. \dontrun{
  20. config <- get_config()
  21. db_create_new_schema(conf = config)
  22. }
  23. }
  24. \seealso{
  25. \code{\link[=db_connect]{db_connect()}}, \code{\link[=get_config]{get_config()}}
  26. }
  27. \keyword{database,}
  28. \keyword{schema}