% Generated by roxygen2: do not edit by hand % Please edit documentation in R/db_is_shema_exist.R \name{db_is_shema_exist} \alias{db_is_shema_exist} \title{Does the schema exist} \usage{ db_is_shema_exist(schema = NULL) } \arguments{ \item{schema}{str Database schema name.} } \description{ Kontrollime kas andmebaasis antud schema eksisteerib. } \examples{ db_is_shema_exist(schema = "public") } \keyword{database,} \keyword{schema}