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. |