Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svish/iso-3166-country-codes
MySQL tables for continent names, country names and their ISO-3166 codes.
https://github.com/svish/iso-3166-country-codes
continents countries iso-3166 sql
Last synced: about 2 months ago
JSON representation
MySQL tables for continent names, country names and their ISO-3166 codes.
- Host: GitHub
- URL: https://github.com/svish/iso-3166-country-codes
- Owner: Svish
- Created: 2019-03-14T10:54:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T20:01:01.000Z (10 months ago)
- Last Synced: 2024-03-02T21:20:18.750Z (10 months ago)
- Topics: continents, countries, iso-3166, sql
- Homepage:
- Size: 81.1 KB
- Stars: 66
- Watchers: 12
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ISO-3166 Countries and Continents as SQL
===This is an SQL file with two tables of continents and countries, and their ISO-3166 codes.
"The Story"
---Needed one a while ago, but the ones I found were either kind of lacking or kind of old. So I made one myself by converting a [datafile on Wikipedia](http://en.wikipedia.org/wiki/List_of_soveriegn_states_and_dependent_territories_by_continent_(data_file)) into the SQL format I wanted via some regular expressions and manual corrections.
Aso went through all the newsletters with [Updates on ISO 3166](http://www.iso.org/iso/country_codes/updates_on_iso_3166.htm) I found, and subscribed to their newsletter myself to try keep it up to date as well. Hopefully I've gotten it all right, and hopefully it can be useful for both future me and others.
If you find any mistakes or updates I've missed, _please let me know_ 🙂👍