You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@BenMorel hello, can you please add DoctrineEngine to the lib?
i am using this one, based on PDOEngine. it works, but perhaps needs your check if it it's all correct.
one big advantage of using doctrine over pdo is that doctrine queries get logged.
so you can inspect all the actual queries made, e.g. in symfony profiler.
@BenMorel hello, can you please add
DoctrineEngine
to the lib?i am using this one, based on
PDOEngine
. it works, but perhaps needs your check if it it's all correct.one big advantage of using doctrine over pdo is that doctrine queries get logged.
so you can inspect all the actual queries made, e.g. in symfony profiler.
The text was updated successfully, but these errors were encountered: