Tencent / wcdb

WCDB is a cross-platform database framework developed by WeChat.
Other
10.78k stars 1.41k forks source link

创建表失败,都已经注册了分词器,代码如下: db.add(tokenizer: BuiltinTokenizer.Pinyin) try db.create(virtualTable: FTSMessage.tableName, of: FTSMessage.self) #1093

Closed lihualin1688 closed 4 months ago

lihualin1688 commented 4 months ago

The language of WCDB

e.g. Objective-C, Swift or Java

The version of WCDB

e.g. v1.0.5

The platform of WCDB

e.g. iOS, macOS or Android

The installation of WCDB

e.g. Cocoapods, Carthage, Maven, AAR Package or Git clone

What's the issue?

Post the outputs or screenshots for errors.

Explain what you want by example or code in English.

Qiuwen-chen commented 4 months ago

https://github.com/Tencent/wcdb/wiki/Swift-%e7%9b%91%e6%8e%a7%e4%b8%8e%e9%94%99%e8%af%af%e5%a4%84%e7%90%86