If you’ve ever used the SQLite command line shell, you’re probably familiar with the default command line prompt. Actually, there are two prompts:
- The default main prompt looks like this:
sqlite>
- The default continuation prompt looks like this:
...>
If you don’t like these prompts, you can always change them with the .prompt
dot command.
This article provides a quick demonstration on how to change these prompts.
Continue reading