How To Exit The Sqlite3 Command Line (REPL)



01:  ▄▄▄▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄▄▄  ▄            ▄▄▄▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄▄▄ 
02: ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌▐░▌          ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌
03: ▐░█▀▀▀▀▀▀▀▀▀ ▐░█▀▀▀▀▀▀▀█░▌▐░▌           ▀▀▀▀█░█▀▀▀▀  ▀▀▀▀█░█▀▀▀▀ ▐░█▀▀▀▀▀▀▀▀▀ 
04: ▐░▌          ▐░▌       ▐░▌▐░▌               ▐░▌          ▐░▌     ▐░▌          
05: ▐░█▄▄▄▄▄▄▄▄▄ ▐░▌       ▐░▌▐░▌               ▐░▌          ▐░▌     ▐░█▄▄▄▄▄▄▄▄▄ 
06: ▐░░░░░░░░░░░▌▐░▌       ▐░▌▐░▌               ▐░▌          ▐░▌     ▐░░░░░░░░░░░▌
07:  ▀▀▀▀▀▀▀▀▀█░▌▐░█▄▄▄▄▄▄▄█░▌▐░▌               ▐░▌          ▐░▌     ▐░█▀▀▀▀▀▀▀▀▀ 
08:           ▐░▌▐░░░░░░░░░░░▌▐░▌               ▐░▌          ▐░▌     ▐░▌          
09:  ▄▄▄▄▄▄▄▄▄█░▌ ▀▀▀▀▀▀█░█▀▀ ▐░█▄▄▄▄▄▄▄▄▄  ▄▄▄▄█░█▄▄▄▄      ▐░▌     ▐░█▄▄▄▄▄▄▄▄▄ 
10: ▐░░░░░░░░░░░▌        ▐░▌  ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌     ▐░▌     ▐░░░░░░░░░░░▌
11:  ▀▀▀▀▀▀▀▀▀▀▀          ▀    ▀▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀▀       ▀       ▀▀▀▀▀▀▀▀▀▀▀ 
12: 
13: SQLite version 3.36.0 2021-06-18 18:58:49
14: Enter ".help" for usage hints.
15: Connected to a transient in-memory database.
16: Use ".open FILENAME" to reopen a persistent database.
17: sqlite> 

Are you done using the SQLite3 REPL but typing exit; doesn't get you out?

Ctrl+d should do the trick.🙂

Here is another article for you 😊 "How to turn a Git branch to a repository"