Skip to content

Instantly share code, notes, and snippets.

@campo
Created October 18, 2012 18:07
Show Gist options
  • Save campo/3913815 to your computer and use it in GitHub Desktop.
Save campo/3913815 to your computer and use it in GitHub Desktop.
SQL vs. Mongo
17,1,"Jalisco Margarita",NULL,"monte alban tequila, fresh sweet chili pepper, lime juice, agave syrup","8.00","beverage","cocktail","Cocteles/Bebidas",NULL,"[\"tequila\"]",NULL,0,NULL,NULL,NULL,1,"['Mon', 'Tues', 'Weds', 'Thurs', 'Fri', 'Sat', 'Sun']",NULL,NULL,1,NULL,NULL,NULL
{
"name": "Jalisco Margarita",
"description": "Monte Alban tequila, fresh sweet chili pepper, lime juice, agave syrup",
"price": 8.00,
"ingredients": ["tequila", "lime juice"],
"category": "beverage",
"subcategory": "cocktail",
"restaurant_grouping": "Cocteles/Bebidas",
"contains_alcohol": true,
"in_stock": true,
"days_available": ["Mon", "Tues", "Weds", "Thurs", "Fri", "Sat", "Sun"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment