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 stores

Provided Stores

SBT Configuration

To add all modules:

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

For a specific implementation like Lucene:

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