con <- dbConnect(RSQLite::SQLite(), ":memory:")
con
dbDisconnect(con)
## Not run:
# con <- dbConnect(RPostgreSQL::PostgreSQL(), "username", "passsword")
# con
# dbDisconnect(con)
# ## End(Not run)
Run the code above in your browser using DataCamp Workspace