all repos — litestore @ 65e41a25724549f49667362c0574eea78ebdda99

A minimalist nosql document store.

Minor fixes.
h3rald h3rald@h3rald.com
Sat, 07 Oct 2017 15:04:12 +0200
commit

65e41a25724549f49667362c0574eea78ebdda99

parent

a3207a1bb0db50127771438e48a518a75438b8be

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

jump to
M litestore.nimlitestore.nim

@@ -53,11 +53,11 @@ when isMainModule:

# Manage vacuum operation separately if LS.operation == opVacuum: - LS.init(false) + setup(false) vacuum LS.file else: # Open Datastore - LS.init(true) + setup(true) case LS.operation: of opRun: