I'm trying to build a news article archival rails app.
The main goal is to allow all articles to be exported and download as a sqlite3 database file.
The purpose of that is so that the end user can use another app to view their articles offline.
I don't want to have to make an entire offline viewer if i can simply export data to the appropriate format.
tl:dr how to allow user to "download as sqlite3 database"?