Skip to content

codergeek121/sqlite_fts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.