diff options
author | Erlend Egeberg Aasland <erlend.aasland@protonmail.com> | 2022-08-01 10:25:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 10:25:16 (GMT) |
commit | bc7c7cd18a4ae015449f95454a762a7276585bb8 (patch) | |
tree | 2b477534f2442eb0af34526bbdc5fa9217bfe9f1 /Doc/whatsnew | |
parent | 1e6b63542e4856436c5c12148a6608ef9d148b71 (diff) | |
download | cpython-bc7c7cd18a4ae015449f95454a762a7276585bb8.zip cpython-bc7c7cd18a4ae015449f95454a762a7276585bb8.tar.gz cpython-bc7c7cd18a4ae015449f95454a762a7276585bb8.tar.bz2 |
gh-77617: Add sqlite3 command-line interface (#95026)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 0c53bc0..67396f8 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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 ============= |