Ambition
Promising looking query library that walks the parse tree to convert Ruby into SQL e.g. User.select { |m| m.name == ‘jon’ && m.age == 21 } # => “SELECT * FROM users WHERE (users.`name` = ‘jon’ AND users.`age` = 21)”