I'm looking for some guidance on preventing SQL injection attacks, specifically with node-sqlite3. For example, will using Database#prepare(sql, [param, ...], [callback]) protect against SQL injection? Thanks.
I'm looking for some guidance on preventing SQL injection attacks, specifically with node-sqlite3.
For example, will using
Database#prepare(sql, [param, ...], [callback])
protect against SQL injection?
Thanks.