Skip to content

SudoSOS Back-end API / helpers/params

helpers/params ​

Functions ​

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