ActiveRecord::Base.establish_connection(
  :adapter  => "postgresql",
  :database => "seed_fu_test",
  :username => "postgres"
)
