# Feature or enhancement ``` 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. <!-- gh-linked-prs --> ### Linked PRs * gh-109152 * gh-110352 * gh-110542 <!-- /gh-linked-prs -->