开发者

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

开发者 https://www.devze.com 2022-12-31 04:33 出处:网络
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

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 g开发者_JAVA百科em I should be using?


I think I've answered my own question, and I believe that the answer is essentially "yes", with a but:

Yes you can compile yourself, if you really want to go to crazy lengths. It seems that there may be other plugins, and other things you can install to do full-text search.

What these are, I'm still looking into.

0

精彩评论

暂无评论...
验证码 换一张
取 消