Download and Open Compressed SQLite3 Database on Heroku

Posted by Kevin Sylvestre on Stack Overflow See other posts from Stack Overflow or by Kevin Sylvestre
Published on 2010-03-29T07:11:18Z Indexed on 2010/03/29 7:13 UTC
Read the original article Hit count: 223

Filed under:
|
|

I have a script file for parsing through a SQLite database. I now need to create a CRON job that will download and unzip said database from a third-party (already hosting as SQLITE). I understand this can be done using WGET and UNZIP, but given Heroku's read only file system, is this possible entirely in memory? Thanks.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about sqlite