■ [ruby][sequel] Sequel の使い方 tDiary on heroku は heroku postgres に保存したデータを取り出すのに Sequel を使ってるんだけど、Sequel は ORM としてちゃんと対応してないようなデータをえいやーと取り出したり保存したり時に便利。公式サイトのドキュメントが充実しているので、そこを見ればだいたいの事は書いてあるけど、さくっと使うなら下のような感じ。 db = Sequel.connect('postgres://hsbt:''@localhost/tdiary_development') db['diaries'].insert(:date => '20110204', :body => 'bob') db['diaries'].filter(:date => '20110204').update(:body => 'a