Forums

SQlite Editor

I can see that your service support the use of SQlite, but is it anyway possible to have an editor? Or just to browse the SQlite file from the file space?

We don't have anything built in. Have you tried using the SQLite browser add on for firefox? That might work. You would then point it at the download link for your sqlite file in the file tab of PythonAnywhere.

Cheers

Hansel

Great. Thank you

Hi, I am using Ubuntu 13.04. I tried using this solution, but this add on does not allow me to open a file through web url.

If you download the file, you'd be able to view it I think. Alternatively, you can use the sqlite3 command-line from a Bash console...

You could also download the SQLite file in question and make any changes you'd like through the GUI of your choice and then re-upload it to PA. In the long term you're probably better of learning the SQL commands via the command line tool though...☺