├── LICENSE ├── README.md ├── SQL-File.sql ├── cities.csv ├── cities.json ├── governorates.csv ├── governorates.json └── provinces.csv /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Labs/egypt-governorates-and-cities-db/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Labs/egypt-governorates-and-cities-db/HEAD/README.md -------------------------------------------------------------------------------- /SQL-File.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Labs/egypt-governorates-and-cities-db/HEAD/SQL-File.sql -------------------------------------------------------------------------------- /cities.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Labs/egypt-governorates-and-cities-db/HEAD/cities.csv -------------------------------------------------------------------------------- /cities.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Labs/egypt-governorates-and-cities-db/HEAD/cities.json -------------------------------------------------------------------------------- /governorates.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Labs/egypt-governorates-and-cities-db/HEAD/governorates.csv -------------------------------------------------------------------------------- /governorates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Labs/egypt-governorates-and-cities-db/HEAD/governorates.json -------------------------------------------------------------------------------- /provinces.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Labs/egypt-governorates-and-cities-db/HEAD/provinces.csv --------------------------------------------------------------------------------