mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-11 19:14:10 +02:00
Ability to list just FTS4 or FTS5 table names
This commit is contained in:
parent
231224ba1a
commit
66fd63b119
8 changed files with 53 additions and 22 deletions
|
|
@ -16,6 +16,11 @@ You can list the names of tables in a database using the ``table_names`` subcomm
|
|||
cats
|
||||
chickens
|
||||
|
||||
If you just want to see the FTS4 tables, you can use ``--fts4`` (or ``--fts5`` for FTS5 tables)::
|
||||
|
||||
$ sqlite-utils table_names --fts4 docs.db
|
||||
docs_fts
|
||||
|
||||
Vacuum
|
||||
======
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue