I have multiple mysql databases (physical and logical). Using django 1.3 with multiple database support.
I would like to set up database connection pooling with mysql for django for multiple mysql databases so I can have efficient sharding. What is the way to do this?