I worked on Lua / Torch and I used LuaSql to connect to the PostgreSQL database. I have reached the maximum number of connections several times, and now I would like to use some connection pool for my database management system.
I searched it online, but I did not find anything useful. I read this web page , but pooling does not seem to be available for LuaSql.
Does anyone know if there is any pooling system for LuaSql? If so, how can I use it?
source
share