Sql



Articles tagged 'sql'

2008-03-20
Sequel ORM: Right level of abstraction

The more I use Sequel, the more I am coming to believe the level of abstraction it picks is just right. You use operations that mirror SQL, but in a mostly Ruby-ish way. Most importantly SQL is so completely wrapped that I've yet to see any need to write "raw" ...