SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Make LZ4 and Snappy pluggable

Open simerplaha opened this issue 4 years ago • 0 comments

There are no external core dependencies other than LZ4 and Snappy which are not used unless compression is configured. So they should be installable.

libraryDependencies += "io.swaydb" %% "lz4" % "version"
//OR 
libraryDependencies += "io.swaydb" %% "snappy" % "version"

For now we have to exclude these from the build manually.

simerplaha avatar Feb 12 '21 07:02 simerplaha