Honestly I don't think we really need it.
We basically only append to the messages tables, the default journaling
seems enough to me.
Using the default will also allow to use SMB shares, and reduce IO.
Closes #473
See https://blog.sqlite.ai/journal-modes-in-sqlite
See https://sqlite.org/pragma.html
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>