[web2py] Remote admin of sqlite - through ssh

2012-06-09 Thread pbreit
Schema changes made directly to the db will *not* be reflected in your web2py app. Best to edit your models and migrate. Data edits will work fine (except possibly if you violate and validations). I don't have much of an opinion on the matter but some folks may advise against SQLite as a produc

[web2py] Remote admin of sqlite - through ssh

2012-06-09 Thread wdtatenh
I'm using sqlite for my database on a data intensive website that I want to push up very soon. I understand I need to go through ssh to administer things remotely. I definitely need to be able to administer groups and assign membership remotely via ssh. But will my changes show up if I make