Small. Fast. Reliable.
Choose any three.
*** 41,43 ****
--- 41,47 ----
  In the mean time, for people using SQLite in PHP (built-in now) as I do, one can register one of php's search functions into sqlite and use it in queries... or make it's own function and register it for use in sqlite's select statements.
  
  I also did it for php's md5() function that i use to hash passwords in the database.
+ 
+ _By Andreas Fink on 2005-07-18:_
+ 
+ DBIx::TextIndex states to support SQLite (http://search.cpan.org/perldoc?DBIx::TextIndex)