
create_db
create_db.Rd
create_db
Examples
conn <- pool::dbPool(drv = RPostgres::Postgres(), host = "xxxxxxx", port = 5432, dbname = "postgres", user = "xxxxx", password = "xxxxxxx", sslmode = "prefer")
#> Error in loadNamespace(x): there is no package called ‘pool’
create_db(conn, "test_db", "test_user")
#> Error in h(simpleError(msg, call)): error in evaluating the argument 'conn' in selecting a method for function 'dbExecute': object 'conn' not found