Search notes:

SQLite: virtual tables

It's not possible to create indices or triggers on virtual tables in SQLite.
An example of virtual tables are FTS3 and FTS 4 tables.

See also

table

Index