inloop / sqlite-viewer

View SQLite file online
http://inloop.github.io/sqlite-viewer
Apache License 2.0
861 stars 324 forks source link

FTS5 virtual tables are not supported #33

Open alexkmbk opened 2 years ago

alexkmbk commented 2 years ago

If there is a FTS5 virtual table created in the database, the file could not be opened by sqlite-viewer. At least by online version. However, it looks like the sql.js supports the virtual tables - https://github.com/sql-js/sql.js/issues/392