Skip to content

outr/lightdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"