Forums

sqlite: how to access?

First day on pythonanywhere: I see questions here regarding sqlite, so I know some are using it or have used it, but I don't see how to access it; typing 'sqlite' at the 'console' gives 'command not found'. Going to the dashboard and selecting Databases, it's not listed. I can't do 'sudo apt install'. So how do I install it or if it's already available, how do I access it?

OK - see the problem; must use 'sqlite3' rather than 'sqlite'.