Friday, May 07, 2010

Sequel

Michael Granger's blog mentions this awesome little piece of ruby database modeling/persistence tech called Sequel.

Sequel appears to be the best alternative to ActiveRecord that I have ever seen. Probably.

This is how you connect to a DB:
DB = Sequel.connect('postgres://localhost/blog?user=user')
Easy-peasy.

No comments: