# File lib/heroku/commands/pg.rb, line 57 def heroku_postgresql_client(url) uri = URI.parse(url) HerokuPostgresql::Client.new(uri.user, uri.password, uri.path[1..-1]) end