class ActiveRecord::ConnectionAdapters::ConnectionPool

def new_connection

Experimental RBS support (using type sampling data from the type_fusion project).

def new_connection: () -> ActiveRecord::ConnectionAdapters::SQLite3Adapter

This signature was generated using 1 sample from 1 application.

def new_connection
  Base.public_send(db_config.adapter_method, db_config.configuration_hash).tap do |conn|
    conn.check_version
  end
end