On Aug 19, 10:28 am, Scott LaBounty <[email protected]> wrote:
> Jeremy,
>
> Thanks, I missed what you were saying about the read-only file system. They
> do mention this on their site:
>
> require 'sequel'
> Sequel.connect(ENV['DATABASE_URL'] || 'sqlite://my.db')
>
> So even with that, the database is read-only? Is the only way to have a
> writable database to use postgreSQL?

Yes.  The read-only file system is part of Heroku's design, see
http://docs.heroku.com/constraints.

Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to