New Line + sqlite3 + Insert + Bash
In a bash script was having no luck with
because it was literally putting the \n into the database when it should have literally been a new line. This was solved by
the -e on the echo allows for the new line characters to be interpreted as new lines as opposed to just a backslash and an n.