My Ruby on Rails webapp allows for users to upload an sqlite database in order to export information from that database in a certain format. Locally everything works fine but I can't deploy it to heroku as I am using the sqlite gem. Heroku doesn't allow it even tho I use postgres for the app itself as configured in the database.yml.
Before I move everything to another PaaS I'd like to know are there any other ways to access the information in the sqlite DB without using the sqlite gem?