lurado / MovieDict

iOS dictionary for international movie titles & Wikipedia mining tools
https://moviedict.info
Other
7 stars 3 forks source link

Evaluate FMDB from CocoaPods vs raw FTS5 from SQLite #4

Closed jlnr closed 6 years ago

jlnr commented 8 years ago

I don't like having third-party code in my repository, and I'd love to use CocoaPods to embed FMDB and SQLite.

However, I have no idea if that will let me use the unicode61 tokeniser, or if I should be using the new FTS5 API in SQLite instead, or if I can actually have both—the latest API and delicious CocoaPods.

jlnr commented 6 years ago

Great write-up by the PSPDFKit team: https://pspdfkit.com/blog/2018/leveraging-sqlite-full-text-search-on-ios/