Hello!
I’m trying to install sqlite3, as prompted by this Codecademy article: https://www.codecademy.com/courses/learn-sql/articles/what-is-sqlite
However, every time I run sqlite3 newdb.sqlite
in the terminal, a dialog window pops up to tell me “sqlite3 cannot be opened because the developer cannot be verified.” The only options are then to move the file to trash or to cancel.
Does anyone have tips for troubleshooting around this? The exercise is to add sqlite3 to the terminal path, which I am ultimately trying to accomplish.
Thanks!
-Justin