Hi,
I want to install nopcommer on a scalable base, with multi instance mysql database. One instance is main(for read and write queries) and many read replicas. So in order to utilize it I have to seperate write queries from the read ones. I have seen that it looks possible with the basedataprovider class to use different connection strings for reads and writes.

I just wonder if it has already been implemented or should I go ahead and update the BaseDataProvider class.

Can anybody advice a road map for this upgrade. Which data management class should I change and if there is any easy way to do it.

Thanks