We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff81da commit e02f1e2Copy full SHA for e02f1e2
Doc/library/sqlite3.rst
@@ -1834,8 +1834,13 @@ The deprecated default adapters and converters consist of:
1834
Command-line interface
1835
^^^^^^^^^^^^^^^^^^^^^^
1836
1837
-The :mod:`!sqlite3` module can be invoked as a script
+The :mod:`!sqlite3` module can be invoked as a script,
1838
+using the interpreter's :option:`-m` switch,
1839
in order to provide a simple SQLite shell.
1840
+The argument signature is as follows::
1841
+
1842
+ python -m sqlite3 [-h] [-v] [filename] [sql]
1843
1844
Type ``.quit`` or CTRL-D to exit the shell.
1845
1846
.. program:: python -m sqlite3 [-h] [-v] [filename] [sql]
0 commit comments