Meteor-Community-Packages / mongo-collection-instances

🗂 Meteor package allowing Mongo Collection instance lookup by collection name

Home Page:http://packosphere.com/dburles/mongo-collection-instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get `name` of collection. feature request ...

bySabi opened this issue · comments

@dburles, this fit on the mongo-collection-instances API?

 col = new Meteor.Collection('test')

//get Meteor collecion name
let colName = col.getName()
.
or
.
let colName = col.get()

Is easy to implement return col._name but it fit on this package?