Greetings.
It so happened that in the application two ready-made solutions with github use different ways of working with the same mysql database.
I can get a PDO object from one component, it politely gives it, and the second one supports all possible connection options, but you cannot simply transfer an already prepared PDO object there. So the question is brewing, how rational is it to use in the application two different connections with the database?
By the way, it is a question of RedbeanPHP and Illuminate / database