Skip to content

gadicc/meteor-dbObj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product = baseDb.extend({
	collection: Products,
	schema: {
		       name: { },
		    company: { type: 'array' },
		     picURL: { },
		    barcode: { },
		 categories: { type: 'array' },
		ingredients: { type: 'array' },
		      props: { type: 'object' },
		       lang: { },
		      trans: { type: 'object' }
	},
	xlsable: [ 'name', 'props.vegan.note', 'props.vegan.source' ]
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors