class Apartment::Adapters::JDBCPostgresqlAdapter

def create_tenant_command(conn, tenant)

def create_tenant_command(conn, tenant)
  conn.create_database(environmentify(tenant), thisisahack: '')
end