class Multiwoven::Integrations::Source::MariaDB::Client

def query_execution(db, query)

def query_execution(db, query)
  db.fetch(query).all
end