class ActiveRecord::ConnectionAdapters::SQLite3Adapter

def configure_connection

def configure_connection
  @connection.busy_timeout(self.class.type_cast_config_to_integer(@config[:timeout])) if @config[:timeout]
  execute("PRAGMA foreign_keys = ON", "SCHEMA")
end