There was an error while loading. Please reload this page.
python -m code
runs a REPL which supports editing, moving with arrow keys, history, etc. But
python -m sqlite3
do not supports this.
The sqlite3 module should do the same what the code module does.
Feature or enhancement
runs a REPL which supports editing, moving with arrow keys, history, etc. But
do not supports this.
The sqlite3 module should do the same what the code module does.
Linked PRs