All calls to the database goes through DatabaseCall. By default DualConnection forwards all the calls. It can be used to log queries, gather metrics or to handle exceptions.
Every database operation on database will go through DatabaseCall#call
.
All calls to the database goes through DatabaseCall. By default DualConnection forwards all the calls. It can be used to log queries, gather metrics or to handle exceptions.
Every database operation on database will go through DatabaseCall#call
.