Closed dgraham closed 2 years ago
Provide an object with replacement parameter values to be substituted for names beginning with a colon.
conn.execute('select 1 from dual where 1=:id', { id: 42 }) // => select 1 form dual where 1=42
Provide an object with replacement parameter values to be substituted for names beginning with a colon.