mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
sqlite-utils schema now takes optional tables, closes #299
This commit is contained in:
parent
8286a66413
commit
ab8d4aad0c
3 changed files with 55 additions and 17 deletions
|
|
@ -525,6 +525,11 @@ The ``sqlite-utils schema`` command shows the full SQL schema for the database::
|
|||
[name] TEXT
|
||||
);
|
||||
|
||||
This will show the schema for every table and index in the database. To view the schema just for a specified subset of tables pass those as additional arguments::
|
||||
|
||||
$ sqlite-utils schema dogs.db dogs chickens
|
||||
...
|
||||
|
||||
.. _cli_analyze_tables:
|
||||
|
||||
Analyzing tables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue