Is there a way to add a comment in the init file? The man page for sqlite3 doesn't mention any and I don't see any meta command that would suggest itself for such a purpose.
You can put any of sqlite3
s dot commands or any SQL commands into the init file.
So you can just use SQL comments:
/* Hello, world! */
-- line comment
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With