First page Back Continue Last page Overview Graphics


Notes:

(3 secs) Distilled to its essence, that's what Sequel's connect method does.

Sequel's connect method is supposed to return an appropriate Sequel::Database instance for the database.

In order to handle differences between databases, the connect method returns an instance of the database adapter specific subclass.

It processes its input, and then calls adapter class with the appropriate adapter.

http://github.com/jeremyevans/sequel/blob/3.10.0/lib/sequel/database.rb#L132