Skip to content

Instantly share code, notes, and snippets.

View gauravdixit007's full-sized avatar
🏠
Working from home

Gaurav Dixit gauravdixit007

🏠
Working from home
View GitHub Profile
/**
* country_continent mapping Table compiled from Wikipedia
* and a couple other places.
* You may need to change datatype or escape sequence depending on your exact database.
* I have compiled this for postgresql. This is deliberately denormalized. If you are looking for normalized
* country and continent tables. Refer https://gist.github.com/kamermans/1441495
*
* Compiled by Gaurav Dixit, 2019
*/