module Semian::Mysql2

def connect(*args)

def connect(*args)
  acquire_semian_resource(adapter: :mysql, scope: :connection) { raw_connect(*args) }
end