Any examples or suggestions on how to load data from a user-uploaded .sqlite database?
I will have the database structure of the uploaded files ahead of time (they are being generated by a mobile app), so I need a way to transfer the data from an uploaded .sqlite file to my web2py tables. is it possible to just use the uploaded file as a new dal, then transfer the data to the main dal, all within a function? Thanks in advance, Dave