]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-77617: Add sqlite3 command-line interface (#95026)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Mon, 1 Aug 2022 10:25:16 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2022 10:25:16 +0000 (12:25 +0200)
commitbc7c7cd18a4ae015449f95454a762a7276585bb8
tree2b477534f2442eb0af34526bbdc5fa9217bfe9f1
parent1e6b63542e4856436c5c12148a6608ef9d148b71
gh-77617: Add sqlite3 command-line interface (#95026)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/sqlite3.rst
Doc/whatsnew/3.12.rst
Lib/sqlite3/__main__.py [new file with mode: 0644]
Lib/test/test_sqlite3/test_cli.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2022-07-20-00-23-58.gh-issue-77617.XGaqSQ.rst [new file with mode: 0644]