Permalink
Newer
100644
15 lines (15 sloc)
404 Bytes
4
db.put({
5
_id: "2014-11-12T23:27:03.794Z",
6
kilowatt_hours: 14
7
}).then(function() {
8
console.log("Document created");
9
// Delete the database
10
return db.destroy();
11
}).then(function() {