To get FTS3 support in SQLite3 Ruby gem, do you have to manually compile?

Posted by normalocity on Stack Overflow See other posts from Stack Overflow or by normalocity
Published on 2010-05-18T02:27:13Z Indexed on 2010/05/18 2:30 UTC
Read the original article Hit count: 313

I've got a web app where I'd like to user FTS3 functionality of SQLite3.

I've got the SQLite3-ruby v1.2.5 gem installed. I'd like to have FTS3 support, and I know, due to trying to create an FTS3 table, that it doesn't come with it.

Do I need to compile the gem/sqlite3 myself in order to get this support? Is there a seprate gem I should be using?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rubygems