First page Back Continue Last page Overview Text

Notes:


Most Sequel users find that writing their queries in ruby leads to more concise code.

For those of you that don't like SQL, Sequel makes it so that you almost never have to write SQL.

Sequel handles most SQL syntax constructs directly in ruby. Let's go over some examples now.