mw99 / DataCompression

Swift libcompression wrapper as an extension for the Data type (GZIP, ZLIB, LZFSE, LZMA, LZ4, deflate, RFC-1950, RFC-1951, RFC-1952)
Apache License 2.0
286 stars 57 forks source link

Work with SQLite database? #9

Closed ad184hl closed 5 years ago

ad184hl commented 5 years ago

I stored the compressData as into a SQLite database. When I read it, it's a SQLite.Blob. I tried but could not find a way to convert the back to . Any idea?

mw99 commented 5 years ago

I do not really understand you. Seems related to SQLite.