FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/knex / raw

Function: raw()

raw<TResult>(sql, bindings): Promise<Raw<TResult>>

Type Parameters

TResult

TResult = any

Parameters

sql

string

bindings

ValueDict | RawBinding[]

Returns

Promise<Raw<TResult>>