all repos — litestore @ b5f68a1e33e4af4eae82a376d5d7e3716afaebc3

A minimalist nosql document store.

litestore.nimble

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
[Package]
name          = "litestore"
appame        = "LiteStore"
version       = "1.0.0"
author        = "Fabio Cevasco"
description   = "Self-contained, lightweight, RESTful document store."
license       = "MIT"
bin           = "litestore"

[Defaults]
file          = "data.db"
address       = "127.0.0.1"
port          = 9500

[Deps]
requires: "nimrod >= 0.11.0"