Browse Source

we do not require native compilation now

saintedlama/travis-non-legacy
Mathias Buus 13 years ago
parent
commit
d419919f6d
  1. 4
      README.md

4
README.md

@ -2,7 +2,7 @@
A [node.js](http://nodejs.org) module for mongodb, that emulates the mongodb API as much as possible. It wraps [mongodb-native](https://github.com/christkv/node-mongodb-native/).
It is available through npm:
npm install mongojs --mongodb:native
npm install mongojs
mongojs is very simple to use:
@ -42,4 +42,4 @@ db.mycollection.update({name:'mathias'}, {$inc:{level:1}}, {multi:true}, callbac
db.mycollection.save({created:'just now'});
```
For more detailed information about the different usages of update and quering see [the mongo docs](http://www.mongodb.org/display/DOCS/Manual)
For more detailed information about the different usages of update and quering see [the mongo docs](http://www.mongodb.org/display/DOCS/Manual)

Loading…
Cancel
Save