Path: | lib/sequel/extensions/query.rb |
Last Update: | Thu Apr 04 07:41:51 +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