Forums

How to use SQLite with pythonanywhere?

I've tried figuring this out myself but it seems like there's a lack of information for using SQLite with this. I see on the database tab there's only MySQL and Postgres. I have downloaded the pysqlite3 library in the console, should SQLite also appear in the database tab now? I apologize if this is a dumb question I'm quite new to SQL and pythonanywhere.

You will not see SQLite databases in your Databases tab, since those databases are just files stored in your disk space. What kind of errors are you getting and how did you set up the database in your code?

I use sqlite3 in pythonanywhere the same way I use it in my computer.