SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Scala.js & scala-native support

Open simerplaha opened this issue 7 years ago • 0 comments

SwayDB does not have any external dependencies other than compression libraries (LZ4 and Snappy) which are optionally enabled.

Majority of the effects are implemented in Effect.scala. May be moving all java.io.* invocations to this class and providing an Effect.scala implementations for target platforms is required.

simerplaha avatar Feb 12 '18 05:02 simerplaha