I cannot find the command history created by sqlite3
.
I have both Windows
and Cygwin
version.
Using the Windows binary, I can use up/down arrow to see previous commands, even from previous runs of command. But I can't find the file .sqlite_history
. This answer suggests it should be in the home directory, but I can't find it there. I do have working a .sqliterc
so I know it is the correct directory.
Using the Cygwin binary, I can't get the history to work at all. It seems history is not saved at all?
On the documentation page I cannot find any mention of history at all.