Skip to content

Releases: Reikooters/DbIpToSql

DbToSql v1 2023-09-23

23 Sep 17:25

Choose a tag to compare

DbIpToSql is a tool written in C# .NET 7 which downloads the latest free-tier IP-to-Location database from the DB-IP website and stores it into a Microsoft SQL Server database.

DB-IP is a service which provides a database of IP addresses along with their city/country, which you can use to find the location of an IP address. Their database is updated monthly.

This is not an official application or in any way associated with DB-IP.

Please see the readme for more information about the application, including installation/configuration steps.

Database Attribution

Please note as per the DB-IP licensing terms for their free-tier database, they request providing attribution.

Attachments

Descriptions for the below attachments:

  • DbIpToSql-v1-SelfContained.zip - This executable contains the .NET dependencies built-in and does not require the .NET runtime to be installed on your machine. However, the file size is larger as a result.
  • DbIpToSql-v1-Net7.0.11.zip - This executable requires the .NET Desktop Runtime at least version 7.0.11 to be installed on your machine.