Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make LZ4 and Snappy pluggable #307

Open
simerplaha opened this issue Feb 12, 2021 · 0 comments
Open

Make LZ4 and Snappy pluggable #307

simerplaha opened this issue Feb 12, 2021 · 0 comments

Comments

@simerplaha
Copy link
Owner

simerplaha commented Feb 12, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant