single.rb

Path: lib/sequel/connection_pool/single.rb
Last Update: Tue Feb 01 03:28:39 +0000 2011

This is the fastest connection pool, since it isn‘t a connection pool at all. It is just a wrapper around a single connection that uses the connection pool API.

[Validate]