In LuaSql, how to use connection pooling?

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?

+4
source share

Source: https://habr.com/ru/post/1628196/


All Articles