Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ramlitedb", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "NoSQL Database for node.js with all data loaded in ram and backup in json file", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -72,2 +72,3 @@ /** | ||
_conf.user.log('Warning : trying to access/modify the DB while it is not loaded !!!'); | ||
throw 'Database not ready'; | ||
} | ||
@@ -74,0 +75,0 @@ |
17839
285