caribou-lou-dao
v1.1.1
Published
Database handler to be used at caribou-lou-api
Downloads
2
Readme
caribou-lou-dao
This is the module that retrieves the resume information from mongo.
It has the next methods:
- find(section_id_name) -> returns the content of that section
It's required by caribou-lou-api.
Usage
If you want to use the module just require it:
const DAO = require('caribou-lou-dao')(db);