https://github.com/cult-of-coders/meteor-collection-names
Find collection by it's name in Meteor
https://github.com/cult-of-coders/meteor-collection-names
Last synced: about 1 month ago
JSON representation
Find collection by it's name in Meteor
- Host: GitHub
- URL: https://github.com/cult-of-coders/meteor-collection-names
- Owner: cult-of-coders
- License: mit
- Created: 2018-03-15T15:46:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T13:09:32.000Z (about 7 years ago)
- Last Synced: 2025-01-21T11:23:37.744Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Meteor Collection Names
```js
const Items = new Mongo.Collection('items');
const Items = Mongo.Collection.get('users');
```That's all folks!
www.cultofcoders.com