#pragma section-numbers off [[TableOfContents]] = 概要 = = 公式サイト = = 関連サイト = = インストール = [http://www.pengekcs.com/2009/08/24/sqlite3-fts3-full-text-search-python-osx/ SQlite3 full-text-search and some python on OSX | Confessions of a cat] [http://www.sqlite.org/cvstrac/wiki?p=CompilingFts SQLite CVSTrac] {{{ 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; }}} = 設定 = = 利用方法 = [http://sqlitestudio.one.pl/ SQLiteStudio] = 参考サイト = ---- CategoryDatabase