doc: show the use of string expressions in the SQLTagStore example · nodejs/node@6c440af · GitHub
Skip to content

Commit 6c440af

Browse files
schliepaaduh95
authored andcommitted
doc: show the use of string expressions in the SQLTagStore example
If a users attempts to escape strings with quotes in SQLTagStore template strings (`'${expression}'`), as is usually required for SQL query strings, the queries would fail. This change shows an example on the correct use (`${expression}`). PR-URL: #60873 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 280d567 commit 6c440af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/api/sqlite.md

Lines changed: 4 additions & 4 deletions

0 commit comments

Comments
 (0)