SudoSOS Back-end API / helpers/params
helpers/params ​
Functions ​
| Function | Description |
|---|---|
| convertToPositional | Converts SQL with :named parameters and a params object to SQL with positional (?) placeholders and a matching array. Handles each parameter only in the order it appears in the SQL. |