# File lib/flexirecord.rb, line 589 589: def thread_connection_pool 590: (Thread.current[:flexirecord_thread_connection_pools] ||= {})[self] 591: end