Type Aliases

The following type aliases are available globally.

  • A raw SQLite connection, suitable for the SQLite C API.

  • A raw SQLite statement, suitable for the SQLite C API.

  • A low-level SQLite function that lets FTS5Tokenizer notify tokens.

    See FTS5Tokenizer.tokenize(context:flags:pText:nText:tokenCallback:)

  • A function that lets FTS5WrapperTokenizer notify tokens.

    See FTS5WrapperTokenizer.accept(token:flags:tokenCallback:)