Skip to content

Releases: a-reisberg/typebase-lite

0.1

17 Sep 03:39
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

First version released on Maven central:

  • Standard JVM
libraryDependencies += "com.shalloui" %% "typebase-lite-java" % "0.1"
  • Android
libraryDependencies += "com.shalloui" %% "typebase-lite-android" % "0.1"

Supported features:

  • Type-safe, boiler-plate free, runtime reflection free mapping to and from Scala's sealed trait hierarchies of case classes
  • Functional query language, seamlessly interops with Scala's collections
  • Convenient apis for creating and querying indexes, including composite indexes
  • Type-safe map/reduce Views