File: postgresql.rb

package info (click to toggle)
ruby-seed-fu 2.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: ruby: 548; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
ActiveRecord::Base.establish_connection(
  :adapter  => "postgresql",
  :database => "seed_fu_test",
  :username => "postgres"
)