sql
const
sql: (template
, …args
) =>string
Defined in: packages/@livestore/common/dist/util.d.ts:15
This is a tag function for tagged literals. it lets us get syntax highlighting on SQL queries in VSCode, but doesn’t do anything at runtime. Code copied from: https://esdiscuss.org/topic/string-identity-template-tag
Parameters
Section titled “Parameters”template
Section titled “template”TemplateStringsArray
…unknown
[]
Returns
Section titled “Returns”string