dr5hn / countries-states-cities-database

🌍 Discover our global repository of countries, states, and cities! 🏙️ Get comprehensive data in JSON, SQL, PSQL, XML, YAML, and CSV formats. Access ISO2, ISO3 codes, country code, capital, native language, timezones (for countries), and more. #countries #states #cities
https://dr5hn.github.io/countries-states-cities-database/
Open Data Commons Open Database License v1.0
6.81k stars 2.44k forks source link

[Feature] Add `SQLite` database support in the export workflow #781

Closed navicraft closed 2 weeks ago

navicraft commented 1 month ago

Adding support for SQLite database export using a well-maintained Python utility.

It basically migrates the existing world MySQL database tables to SQLite databases.

image

Test Workflow Run:

image https://github.com/navicraft/countries-states-cities-database/actions/runs/9180415635/job/25244785183#step:13:88

navicraft commented 1 month ago

@dr5hn Could you review and merge? thanks