Python ORM that auto-generates/updates tables and uses SQLite?
        Posted  
        
            by Jason Miesionczek
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jason Miesionczek
        
        
        
        Published on 2009-02-23T22:59:10Z
        Indexed on 
            2010/05/15
            23:40 UTC
        
        
        Read the original article
        Hit count: 252
        
I am doing some prototyping for a new desktop app i am writing in Python, and i want to use SQLite and an ORM to store data.
My question is, are there any ORM libraries that support auto-generating/updating the database schema and work with SQLite?
© Stack Overflow or respective owner