added close db command

This commit is contained in:
Baris Soner Usakli
2014-02-21 23:42:16 -05:00
parent dfe25d4bc0
commit 3958ee4120
2 changed files with 8 additions and 0 deletions

View File

@@ -74,6 +74,10 @@
});
}
module.close = function() {
db.close();
}
//
// helper functions
//