class PgConn::RdbmsMethods

def copy(from_database, to_database, owner: ENV['USER'])

source database for this to work
Fast copy using templates. Note that no user may be logged in to the
def copy(from_database, to_database, owner: ENV['USER'])
  create(to_database, owner: owner, template: from_database)
end