Use the go-sql-server-driver for MySQL port integration tests
mainThe go-sql-server-driver package is a driver and test suite designed for testing interactions with dolt sql-server. It is intended for declarative and robust integration tests that target the exposed MySQL port of the sql-server.
Use this package when your tests primarily involve executing SQL queries or interacting with the database engine via a MySQL protocol. If your tests instead focus on the dolt binary itself (such as CLI command validation, exit codes, or help text), you should use bats instead.