I've created an API system. Everything is perfect, it works with Elastic as Db. Unfortunately a single function need to add/edit/retrieve a row in an old mysql db.
I don't want to connect to db anytime but just when I need it. I'd like to use createQueryBuilder but without entity. Is it possible?