If you can only use FTP, then your options is probably just to write a program that downloads the sqlite via ftp, does the queries, then uploads. that's going to be messy with race conditions though, so you'd have to create some sort of system where the file is renamed/hidden, downloaded, then uploaded as the true name.
if you have shell access to the server, then you could write/install a program on the server to manage the sqlite file for you. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
