packages/mongo/README.md
Source code of released version | Source code of development version
The mongo package is a full stack database
driver that provides
several paramount pieces of functionality to work with MongoDB in
Meteor:
To learn more about Livequery, see the project page on www.meteor.com.
On the server, the mongo package is implemented using the
npm mongodb module. If you'd like
direct access to this module, you can find it at
MongoInternals.NpmModules.mongodb.module. Its version can be read at
MongoInternals.NpmModules.mongodb.version.
Additionally, you can call c.rawCollection() or c.rawDatabase() on any
Mongo.Collection to get the object from the npm mongodb module corresponding
to the collection or database. This is documented at
http://mongodb.github.io/node-mongodb-native/
The version of mongo used may change incompatibly from version to version of
Meteor (or we may even replace it with an entirely different implementation);
use at your own risk.