Forums

Parse SQLIte Databases from within python anywhere

Hello, I am writing some python programs that I will be using to parse some SQLite databases. Is it possible to upload these databases to my "files" directory and some how point my program to them so I can parse them and test my code out? I want to do this all from within pythonanywhere if possible.

I've uploaded the databases into my "files" dir, but not sure if it is possible to point my program to them, or utilize them.

I've answered this myself. I misread. I simply ssh'd into my account and ran it against the database there.