[Radiant] Sqlite3 for deployment?

Mitch Pirtle mitch at spacemonkeylabs.com
Wed Oct 3 09:55:36 CDT 2007


On Oct 3, 2007, at 10:51 , Ryan Heneise wrote:

> Has anyone used SQLite3 for production deployment?
>
> It seems that being able to move around the SQLite3 database file is
> a pretty big advantage, since you can download the production
> database and work locally on it. Any insight as to whether this would
> present any problems with a production site?

I tried it on one site and had to switch back to postgres - rake db  
tasks were failing with errors, and I cannot reproduce those errors  
on any other database platform I have access to.

I used to love sqlite3 for development, but ALTER statements don't  
seem to work very well :-(

-- Mitch


More information about the Radiant mailing list