Used to take a advantage of the vscode-sql-template-literal VS Code extension that provides syntax highlighting.
An sql string
The string, trimmed
const mySqlString = sql`SELECT * FROM my_table` Copy
const mySqlString = sql`SELECT * FROM my_table`
Used to take a advantage of the vscode-sql-template-literal VS Code extension that provides syntax highlighting.