Railsに突入するまえにActiveRecordを覚えようかと。 (「いまからRails?」なんて言うな) 5分でわかるActiveRecord [634] Magic Multi-Connectionsで複数のSQLite3ファイルを意識的に使う。 [与太郎プログラマの日記] で、 ActiveRecord(Railsなし)で、複数DBに繋ぎたいとき ActiveRecord::Base.configurations = { "db1" => { :adapter => "postgresql", :host => "localhost", :username => "postgres", :password => "", :database => "db1" }, "db2" => { :adapter => "postgresql", :host => "loc