'Load balancer SQLAlchemy connections between multiple URLs?

I've been searching on the SQLAlchemy documentation about a possibility to register multiple URLs and let SQLAlchemy handle the connection (timeout, fallback, load balancing), but I couldn't find anything related to it.

Is there a way to setup SQLAlchemy in that way, or do I have to do this on my end by creating multiple engines ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source