First page Back Continue Last page Overview Text

Notes:


The subtitle of my talk today is SQL in Ruby. What that means is you write your SQL query in ruby, and Sequel translates it into SQL for you.

Let's jump right into a simple example.