Sometimes we can't execute data fixture script in local or server, I think we need an alternative mode to add fixtures to a test database without depends on a local or server golang installation.
Example Scenario:
When I compile the binary and deploy it to a server without golang, in this case we can't run the golang script or open database connection to the world.
Sometimes we can't execute data fixture script in local or server, I think we need an alternative mode to add fixtures to a test database without depends on a local or server golang installation.
Example Scenario: