Provides all the missing pieces to support the SQLite FTS.
- Support Virtual Tables and Shadow tables in schema.rb/structure.sql
- Support creating a virtual table in a migration
- Support
Record.search('abc') - Upstream all ActiveRecord related code
Add this line to your application's Gemfile:
gem "sqlite_fts"And then execute:
$ bundleContribution directions go here.
The gem is available as open source under the terms of the MIT License.