However, if you working on applications where you are modifying one row at a time, using an object relational mapper often makes things easier.
Defining model classes in Sequel is very easy, an empty class that subclasses Sequel::Model is the minimum required.