mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-77617: Add sqlite3 command-line interface (#95026)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
1e6b63542e
commit
bc7c7cd18a
5 changed files with 281 additions and 0 deletions
|
@ -112,6 +112,13 @@ os
|
|||
(Contributed by Kumar Aditya in :gh:`93312`.)
|
||||
|
||||
|
||||
sqlite3
|
||||
-------
|
||||
|
||||
* Add a :ref:`command-line interface <sqlite3-cli>`.
|
||||
(Contributed by Erlend E. Aasland in :gh:`77617`.)
|
||||
|
||||
|
||||
Optimizations
|
||||
=============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue