Skip to content

将 wecatch / china_regions 生成的地区数据整合为一张表

Notifications You must be signed in to change notification settings

Youmoo/unify-regions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

用于将 wecatch/china_regions 爬取的中国省市区数据整合到一张表中。

Usage

  1. 先将 wecatch/china_regions 拷贝到本地
git clone https://github.com/wecatch/china_regions.git
  1. cd 到刚才拷贝的仓库文件夹下,并执行以下命令:
cd china_regions
npx @youmoo/unify-regions

执行完成后,当前目录下会生成一个 regions.sql 的文件,该文件包含了整合后的 SQL 语句。

Config

默认的表名是 china_region,可以使用环境变量 TABLE 进行调整:

# 将表名设置为 regions
TABLE=regions npx @youmoo/unify-regions

About

将 wecatch / china_regions 生成的地区数据整合为一张表

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published