Function convertToInformalSQL

  • Process a string of english text to generate an informal SQL-like query.

    Parameters

    • txt: string

      english text to process

    • fn: Function

      entity test function fn(words)

    • ths: any = null

      this argument

    • opt: any = {}

      optional parameters, including table name and column hints

    Returns Promise<string>

    generated SQL-like query string (promise)

Generated using TypeDoc