On most projects I work on the development database (sqlite3) is usually different then production (mysql5).  As I want to make sure I run my specs against both environments I have set up two cc projects, and configuring the two databases accordingly.  This works fine but is a bit annoying as I receive duplicate emails/notifications when something non-database related breaks.
<br><br>Has anyone come up with a better solution for managing multiple databases?&nbsp; Ideally I&#39;d like this support built right in, so that if a spec broke on both databases I only received a single notification.&nbsp; If this is of enough interest to others I can look at patching.
<br><br>Josh<br clear="all"><br>-- <br>Josh Knowles<br><a href="mailto:joshknowles@gmail.com">joshknowles@gmail.com</a><br><a href="http://joshknowles.com">http://joshknowles.com</a>