gh-77617: Add sqlite3 command-line interface (#95026)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Erlend Egeberg Aasland 2022-08-01 12:25:16 +02:00 committed by GitHub
parent 1e6b63542e
commit bc7c7cd18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 281 additions and 0 deletions

View file

@ -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
=============