Tracking Multiple Connections with PHP Debug Bar and Atlas ORM
On Friday I talked about a new library I created that helps integrate Atlas.ORM with PHP Debug Bar. Hari K T replied asking about using multiple connections. For instance, if you use Atlas with a default master database for writes and multiple read-only slave databases. My...