rubygems - To get FTS3 support in SQLite3 using Ruby, do you have to manually compile sqlite? -


I have found a web app where I want the SQLite3 user FTS3 functionality.

I have the SQLite3-ruby v1.2.5 gem installed. I want to support FTS3, and I know, due to trying to create an FTS3 table, it has not come with it.

Do I need to sort gem / sqlite3 to get this support? Should I use a dream gem?

I think I have answered my question, and I believe the answer is mandatory By the form "yes", but with it:

Yes, you can compile yourself, if you really want to go crazy in length. It seems that other plugins and other things that you can install to search full-text.

What are these, I still see.


Comments