query.rb

Path: lib/sequel/extensions/query.rb
Last Update: Mon Apr 29 02:10:38 +0000 2013

The query extension adds Sequel::Dataset#query which allows a different way to construct queries instead of the usual method chaining.

To load the extension, do:

  Sequel.extension :query

[Validate]