Skip to content

dolbyzerr/mongoeye-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic nodejs binding for mongoeye

Installation

npm install mongoeye

Usage

mongoeye({
  host: 'localhost',
  db: 'test',
  col: 'user',
  format: 'json'
})
.then(result => console.log(result))
.catch(err => console.error(err))

Module basically supports all flags

If format: json option is provided then result will be automatically parsed to JSON

About

Basic nodejs binding for mongoeye

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors