You can configure the SQLite command line interface to automatically open query results in a text editor.
When you do this, you have two options:
- Use a temporary file
- Use a permanent file (i.e. save it for later)
This article provides examples of both methods.
Continue reading