Test if a schema exists in given connection
Examples
conn <- get_connection()
schema_exists(conn, "test")
#> [1] FALSE
close_connection(conn)
Test if a schema exists in given connection
conn <- get_connection()
schema_exists(conn, "test")
#> [1] FALSE
close_connection(conn)