-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
see https://www.sqlite.org/fts5.html
peewee also supports FTS5 https://github.com/coleifer/peewee/blob/master/playhouse/sqlite_ext.py
FTS5 API has been changed @ SQLite 3.20.0, consider support both old and new APIs.