ITADN

Clarify Documentation - pool.query

#339Openboost3000 创建于 2025-11-06
B
boost3000commented
There is a method connection.query and connection.execute, but there is only pool.query but not pool.execute. Does pool.query internally run connection.query or connection.execute? If it does run connection.query, can you add a method pool.execute? This would be really important to prevent sql injections.
0 条评论