# Functions

NewFakeFactory returns a mysql.SQLRunnerFactory but with the fake SQLRunner received as parameter.
NewQueryRunner will create a new fake.SQLRunner.

# Structs

SQLRunner implements a fake query runner that can be used for mocking in tests.

# Type aliases

SQLCall ...