I am getting database "swx.sqlite.gz" from server now i need to uncompress it to swx.sqlite and play with this in application.
After that when i need to send the database file then i need to compress it to swx.sqlite.gz and sent back to server.
I have searched a lot but i didn't find and lib or files for .gz extension. Like ZipArchive, SSZipArchive are working with only .zip extension.