all repos — litestore @ ab9dffa3f7f87cd5b3b38d051c2dc81b7adc8217

A minimalist nosql document store.

Minor changes.
h3rald h3rald@h3rald.com
Sat, 14 Dec 2019 00:15:23 +0100
commit

ab9dffa3f7f87cd5b3b38d051c2dc81b7adc8217

parent

acd4e5dac3cbdaf489f39f98e682eae220f19ba8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/litestorepkg/lib/config.nimsrc/litestorepkg/lib/config.nim

@@ -4,7 +4,7 @@ pkgVersion* = "1.6.0"

pkgAuthor* = "Fabio Cevasco" pkgDescription* = "Self-contained, lightweight, RESTful document store." pkgLicense* = "MIT" - appname* = "LiteStore+OAuth2" + appname* = "LiteStore" var file* = "data.db"