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
- Host: GitHub
- URL: https://github.com/salviati/sqlite3-lz4
- Owner: salviati
- License: gpl-3.0
- Created: 2013-03-19T19:15:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-18T13:20:51.000Z (over 11 years ago)
- Last Synced: 2025-07-06T08:04:55.948Z (3 months ago)
- Language: C
- Size: 224 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
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+.