Mega Code Archive
Categories
/
Ruby
/
Active Record
PostgreSQL Connection Parameters
ActiveRecord::Base.establish_connection( :adapter => "postgresql", :database => "test", :username => "kevin", :password => "test")