Skip to content

Make LZ4 and Snappy pluggable #307

@simerplaha

Description

@simerplaha

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions