query.rb

Path: lib/sequel/extensions/query.rb
Last Update: Sat Apr 20 16:47:06 +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]