Skip to content

Identifier

Christoph Herrmann edited this page Oct 17, 2019 · 1 revision
const identifier = 'identifier'

const result = await sql.query(sql`
  CREATE TRIGGER ${sql.identifier(identifier)}
    ...
`)

// text: CREATE TRIGGER "identifier" ...
// values: []
Clone this wiki locally