概要
公式サイト
関連サイト
インストール
SQlite3 full-text-search and some python on OSX | Confessions of a cat
curl -O http://www.sqlite.org/sqlite-3.6.20.tar.gz tar xvfz sqlite-3.6.20.tar.gz cd sqlite-3.6.20 CFLAGS="-DSQLITE_ENABLE_FTS3=1" ./configure make sudo make install
sqlite3 create virtual table t using fts3;
設定
利用方法