Can i store sqlite db as zip file in iphone application
        Posted  
        
            by Sijo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sijo
        
        
        
        Published on 2010-05-24T13:34:53Z
        Indexed on 
            2010/05/24
            15:01 UTC
        
        
        Read the original article
        Hit count: 455
        
My sqlite file has a size of 7MB. I want to reduce its size. How i can do that ? When am simply compressing it will come around only 1.2 MB. Can i compress my mydb.sqlite to a zip file ? If it is not possible, any other way to reduce size of my sqlite file ?
© Stack Overflow or respective owner