Django admin command equivalent for gin golang
I want to write a script a to migrate data from one table to another using gin golang. The dataset is quite big so I can't create an API endpoint and do it as it will get timed out. I am looking an equivalent of django admin
commands for golang that can help me to connect to the database easily and perform these task.