DatabasePool

  • Add a custom FTS5 tokenizer.

    class MyTokenizer : FTS5CustomTokenizer { ... }
    dbPool.add(tokenizer: MyTokenizer.self)