Skip to content

Package that extends the Collection API, with a String() and Timestamp() method.

Notifications You must be signed in to change notification settings

awatson1978/collection-extended-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

collection-extended-api

Package that extends the Collection API.


Collection

  • drop()
  • explain()
  • lookup('test');
  • serverStatus.workingSet
  • stats.indexSize
// .explain()
db.serverStatus({workingSet:1}).workingSet  
db.stats().indexSize  

// .lookup('test')
var myTestCollection = Mongo.Collections.lookup('test');

ObjectID

  • String()
  • getTimestamp()

About

Package that extends the Collection API, with a String() and Timestamp() method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published