The template tag function used to easily create literal.
Rest
sql`SELECT * FROM ${sql.identifier(table)} WHERE ${sql.identifier(column)} = ${value}` Copy
sql`SELECT * FROM ${sql.identifier(table)} WHERE ${sql.identifier(column)} = ${value}`
Generated using TypeDoc
The template tag function used to easily create literal.