johnchae
0
Q:

magento 2 get connection

$om = \Magento\Framework\App\ObjectManager::getInstance();
$connectionO = $om->create('Magento\Framework\App\ResourceConnection');
$connection= $connectionO->getConnection();

$sql = 'some query';
$results = $connection->fetchAll($sql);
0

New to Communities?

Join the community