lightdb

CI

Computationally focused database using pluggable store + indexer

Provided Stores

SBT Configuration

To add all modules:

libraryDependencies += "com.outr" %% "lightdb-all" % "0.14.5"

For a specific implementation like Lucene:

libraryDependencies += "com.outr" %% "lightdb-lucene" % "0.14.5"