Skip to content

Commit 4a0202d

Browse files
πŸ“¦ Export database formats - 03th Dec 2025 (#1314)
βœ… All export formats completed successfully: - JSON/TOON/GEOJSON/XML/YAML/CSV: Structured data exports - MySQL/PostgreSQL: SQL dump exports - SQLite: Database file exports - SQL Server/MongoDB: Alternative format exports πŸ“Š Total records: 250 countries, 5299 states, 153765 cities Signed-off-by: Darshan Gada <gadadarshan@gmail.com> Co-authored-by: dr5hn <6929121+dr5hn@users.noreply.github.com>
1 parent 0cddc82 commit 4a0202d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+170963
-171361
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Total States/Regions/Municipalities : 5,038 <br>
154154
Total Cities/Towns/Districts : 151,024 <br>
155155
Total Timezones : 423 (97.9% IANA coverage) <br>
156156

157-
Last Updated On : 29th Nov 2025
157+
Last Updated On : 03th Dec 2025
158158

159159
## Repository Architecture
160160

β€Žbin/db/schema.sqlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ DROP TABLE IF EXISTS `countries`;
1919
DROP TABLE IF EXISTS `subregions`;
2020
DROP TABLE IF EXISTS `regions`;
2121

22-
-- MySQL dump 10.13 Distrib 9.3.0, for macos15.2 (arm64)
22+
-- MySQL dump 10.13 Distrib 8.0.43, for Linux (x86_64)
2323
--
2424
-- Host: localhost Database: world
2525
-- ------------------------------------------------------
26-
-- Server version 9.3.0
26+
-- Server version 8.0.43-0ubuntu0.24.04.2
2727

2828
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
2929
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -183,7 +183,7 @@ CREATE TABLE `cities` (
183183
KEY `cities_test_ibfk_2` (`country_id`),
184184
CONSTRAINT `cities_ibfk_1` FOREIGN KEY (`state_id`) REFERENCES `states` (`id`),
185185
CONSTRAINT `cities_ibfk_2` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`)
186-
) ENGINE=InnoDB AUTO_INCREMENT=160615 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;
186+
) ENGINE=InnoDB AUTO_INCREMENT=160614 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;
187187
/*!40101 SET character_set_client = @saved_cs_client */;
188188
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
189189

@@ -195,6 +195,6 @@ CREATE TABLE `cities` (
195195
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
196196
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
197197

198-
-- Dump completed on 2025-12-02 19:54:17
198+
-- Dump completed on 2025-12-03 6:37:32
199199

200200
SET FOREIGN_KEY_CHECKS=1;

β€Žcontributions/states/states.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223132,7 +223132,7 @@
223132223132
"longitude": null,
223133223133
"timezone": null,
223134223134
"translations": null,
223135-
"created_at": null,
223135+
"created_at": "2025-12-03T06:37:19",
223136223136
"updated_at": "2025-12-02T19:40:04",
223137223137
"flag": 1,
223138223138
"wikiDataId": null,
@@ -223154,7 +223154,7 @@
223154223154
"longitude": null,
223155223155
"timezone": null,
223156223156
"translations": null,
223157-
"created_at": null,
223157+
"created_at": "2025-12-03T06:37:19",
223158223158
"updated_at": "2025-12-02T19:40:07",
223159223159
"flag": 1,
223160223160
"wikiDataId": null,
@@ -223176,7 +223176,7 @@
223176223176
"longitude": null,
223177223177
"timezone": null,
223178223178
"translations": null,
223179-
"created_at": null,
223179+
"created_at": "2025-12-03T06:37:19",
223180223180
"updated_at": "2025-12-02T19:40:09",
223181223181
"flag": 1,
223182223182
"wikiDataId": null,

β€Žcsv/cities.csvβ€Ž

Lines changed: 150847 additions & 150924 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)