I have to insert 8000+ records into a SQLite database using Django\'s ORM. This operation needs to be run as a cronjob about once per minute. At the moment I\'m using a
Have a look at this. It's meant for use out-of-the-box with MySQL only, but there are pointers on what to do for other databases.