ip2region_private/v1.0/maker/csharp
lion a8448dd2b3 archive the v1.0 - old db structure 2022-06-16 16:25:31 +08:00
..
src archive the v1.0 - old db structure 2022-06-16 16:25:31 +08:00
README.md archive the v1.0 - old db structure 2022-06-16 16:25:31 +08:00
dbMaker.exe archive the v1.0 - old db structure 2022-06-16 16:25:31 +08:00

README.md

db maker C# implementation

1, 如何编译 ?

cd src
dotnet build

2, 如何生成数据库文件 ?

dbMaker -src ./data/ip.merge.txt -region ./data/global_region.csv

3, 迁移介绍

https://www.coderbusy.com/archives/855.html