## Not run:
# (x <- Cushion$new())
#
# # local databasees
# ## create database first, then delete
# db_create(x, dbname='newdb')
# db_delete(x, dbname='newdb')
#
# ## with curl info while doing request
# library('httr')
# db_create(x, 'newdb')
# db_delete(x, 'newdb', config = httr::verbose())
# ## End(Not run)
Run the code above in your browser using DataLab