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.
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.