3
Hello ! Well I am studying python and I started looking for material on Connection pool using sqlalchemy but unfortunately I did not find any example on the internet that shows the process of creating the Connection pool using python and sqlalchemy. If you know good materials please indicate me. Thanks in advance !
Why not start with the documentation? http://docs.sqlalchemy.org/en/latest/core/pooling.html
– Miguel
I’ve done it but I don’t understand it right
– Programmer goblin