Support 'python -m sqlite_utils', closes #368

Refs #364
This commit is contained in:
Simon Willison 2022-01-08 18:33:00 -08:00
commit 539f5ccd90
3 changed files with 17 additions and 0 deletions

View file

@ -6,6 +6,8 @@
The ``sqlite-utils`` command-line tool can be used to manipulate SQLite databases in a number of different ways.
Once installed, the tool should be available as ``sqlite-utils``. It can also be run using ``python -m sqlite_utils``.
.. contents:: :local:
.. _cli_query: