Clarify Documentation - pool.query
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 条评论