summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>2022-08-01 10:25:16 (GMT)
committerGitHub <noreply@github.com>2022-08-01 10:25:16 (GMT)
commitbc7c7cd18a4ae015449f95454a762a7276585bb8 (patch)
tree2b477534f2442eb0af34526bbdc5fa9217bfe9f1 /Doc/whatsnew
parent1e6b63542e4856436c5c12148a6608ef9d148b71 (diff)
downloadcpython-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.rst7
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
=============