all repos — litestore @ 92d949bcfe330d342f8752a434f20018c44bcc7f

A minimalist nosql document store.

Minor changes
Fabio Cevasco h3rald@h3rald.com
Thu, 19 Feb 2015 17:16:37 +0100
commit

92d949bcfe330d342f8752a434f20018c44bcc7f

parent

287e2fa9d69c38fd199a6159784021190c6c0177

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

jump to
M litestore.nimlitestore.nim

@@ -39,7 +39,7 @@ of opExport:

LS.store.exportDir(LS.directory, LS.purge) of opRun: # STARTTEST - LS.file.destroyDatastore() + LS.store.destroyDatastore() LS.file.createDatastore() LS.store = LS.file.openDatastore() LS.store.importDir("nimcache")