Your best bet is to use compression, which unfurtunately unfortunately SQLite does not support natively at this point. Luckily, someone took the time to develop a compression extension for it which could be what you need.
Otherwise I'd recommend storing your data mostly in compressed format and uncomressing uncompressing on the fly.
