Add a param to the list of params that will be sent with the query. It's probably a better idea to just use run function with all the values, but in some cases, adding params one by one can result in a more readable code.
See Implementation
Add a param to the list of params that will be sent with the query. It's probably a better idea to just use run function with all the values, but in some cases, adding params one by one can result in a more readable code.