Hi How would one go about configuring DBIC to direct all writes to a Master database and all reads from a Slave database? I am aware of DBIx::Class::Storage::DBI::Replication but is it used by anyone in a production environment such that it would not warrant the 'experimental' status? Regards Ian