To convert an IPinfo CSV database to an MMDB database, you can use the mmdbctl utility tool.
To convert a CSV file to an MMDB file use the import
command:
mmdbctl import --in data.csv --out data.mmdb
Instructions, features and documentation are available on github.com/ipinfo/mmdbctl.