Open abdullahdevrel opened 2 days ago
Is that db schema compatible with the geoip2 library? If so, we could just add a note in the README
Is that db schema compatible with the geoip2 library? If so, we could just add a note in the README
The DB schema is not compatible with MM's, unfortunately.
The mmdb reader library can read our MMDB database, but we have a different database schema.
I am requesting to add support for IPinfo's IP to Country database to the project. The database has the following features:
Database schema
start_ip
end_ip
country
country_name
continent
continent_name
Documentation: https://ipinfo.io/developers/ip-to-country-database
The database can be downloaded simply by accessing the storage URI with an access token.
Let me know what you think. Thanks!