Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 601 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 601 Bytes

SqliteFts

Provides all the missing pieces to support the SQLite FTS.

TODOs

  • 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

Installation

Add this line to your application's Gemfile:

gem "sqlite_fts"

And then execute:

$ bundle

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.