re-chen

Results 1 issues of re-chen

In sqlite3, I can create a FTS table like this ``` CREATE VIRTUAL TABLE message USING fts3(title, body, tokenize=porter); ``` Does sqlite_orm support it?

enhancement