An open API service indexing awesome lists of open source software.

https://github.com/salviati/sqlite3-lz4

lz4 extension for sqlite3
https://github.com/salviati/sqlite3-lz4

Last synced: 2 months ago
JSON representation

lz4 extension for sqlite3

Awesome Lists containing this project

README

          

sqlite3 extension that provides with lz4compress, lz4compresshc and lz4compresshc function.
Visit http://code.google.com/p/lz4/ for more info on lz4 compression.
See test.sql for basic usage of the extension.

Released under GNU General Public License version 3+.