query.rb

Path: lib/sequel/extensions/query.rb
Last Update: Tue Aug 14 16:52:58 +0000 2012

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]