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?