Hello, I am using an sqlite database for a web2py application. The data is inserted in the database using the standard sqlite3 module. That is, I have not used DAL in anyway to connect to the database.
To experiment with hosting the application, I uploaded it to fluxflex using the web interface of web2py admin site. The application works fine. My question is, is there a way to access the sqlite database file in the databases folder? Thank you.

