mirror of
https://github.com/python/cpython.git
synced 2026-03-10 23:10:48 +00:00
gh-133390: sqlite3 CLI completion for tables, columns, indices, triggers, views, functions, schemata (GH-136101)
This commit is contained in:
parent
5d2edf72d2
commit
161b3064ef
5 changed files with 202 additions and 15 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Support table, index, trigger, view, column, function, and schema completion
|
||||
for :mod:`sqlite3`'s :ref:`command-line interface <sqlite3-cli>`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue