SQLite Forum

SQLite 3.33.0 beta-1
Login
the new output options are very welcome - working from the sqlite prompt becomes more pleasant. One feature is missing though to get comfortable - using a user provided PAGER like more/less. The latter having screen overflow and non-wrap features [less -SniFX](https://explainshell.com/explain?cmd=less+-SniFX). Right now `.output` gives you the option to either provide a filepath to write to  `stdout`. Optionally piping to the env set PAGER and/or interactively setting `.pager` would be a dream.

See https://stackoverflow.com/a/55072741/7010943 for context.