New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-77617: Add interactive shell for sqlite3 #95026
Conversation
@rhettinger, would you mind reviewing this? |
… and making it a note
Putting this PR on hold until the |
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
The |
This reverts commit 36454ab.
Added tests; plus some adjustments:
PTAL, @serhiy-storchaka and @kumaraditya303 |
Thank you for the helpful reviews, Dong-hee, Kumar, and Serhiy. Highly appreciated! |
FTR, I'm going to land this later today. |
Disclaimer: this is based off of an old proof-of-concept branch I had lying around. Take it as it is :)
Resolves gh-77617
TODO: