node-sql-template-strings icon indicating copy to clipboard operation
node-sql-template-strings copied to clipboard

Protect against user provided field selector

Open pke opened this issue 5 years ago • 1 comments

Is there plan to support something similar to slonik field selector protection?

pke avatar Dec 19 '19 13:12 pke

I don't think so! Slonik is both, a SQL template string helper as this package, and a layer on top of the pg driver for PostgreSQL databases. The feature you ask for is used for query execution not query construction.

absolux avatar Apr 04 '22 00:04 absolux