Sequel doesn't force you to create models if they don't help your application. If you aren't using models, Sequel will return rows as a hash with Symbol keys.
You can actually use Sequel to return any type of object of your choosing.