query.rb

Path: lib/sequel/extensions/query.rb
Last Update: Mon May 20 13:42:57 +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]