findDocuments(db, function (docs) {
            delete docs._id;
            db.close();
            callback(JSON.stringify(docs));
        });