Skip to content

Instantly share code, notes, and snippets.

View joerj123's full-sized avatar

Joe Rinaldi Johnson joerj123

View GitHub Profile
@joerj123
joerj123 / countries.sql
Last active October 14, 2020 22:35 — forked from kamermans/mysql_countries.sql
MySQL Dump - continents and countries with 2 and 3 char codes, names and full names - Braintree compatible as of Dec 2011
/**
* Continents and Countries SQL Tables compiled from Wikipedia, Braintree Payments documentation
* and a couple other places (Steve) doesn't recall.
*
* Compiled by Steve Kamerman, 2011
*
* Tweaked to make work with sqlite3 and flask.
*/
-- ----------------------------