Feature request: sqlite3 .output compatibility
Open
- Dominant language
- Python
- Stars
- 3.3k
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
It would be great to be able to save query results using litecli. Currently, my workflow involves copying a query from litecli and using sqlite3 to get a csv.
Similar to the following in sqlite3
```
.mode csv
.output results.csv
...
```
Contributor guide
Assessment
This issue has not been assessed yet.