% Generated by roxygen2: do not edit by hand % Please edit documentation in R/db_connect.R \name{db_connect} \alias{db_connect} \title{Connect to database} \usage{ db_connect(conf = NULL) } \arguments{ \item{conf}{list List of configuration data. Rewrite it.} } \description{ Andmebaasiga ühenduse looomine. } \examples{ config <- get_config() conn <- db_connect(conf = config) } \keyword{database,} \keyword{schema}