sequel_pg overwrites the inner loop of the Sequel postgres
adapter row fetching code with a C version. The C version
is significantly faster than the pure ruby version
that Sequel uses by default.
sequel_pg also offers optimized versions of some dataset
methods, as well as adds support for using PostgreSQL
streaming.