'How to verify information in MySQL database?

So i created USER using API and now i want to verify that that user got also created in DB, Im using MySQL for it. WebdriverIO, axios, pool.query. Is any ideas how to do expect."some value in DB".to.be.equal('name')



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source