# Functions
NewDatabaseWithMockConnection creates a real db.Database instance with mocked driver using github.com/DATA-DOG/go-sqlmock.
# Structs
MockDatabase is a test friendly implementation of db.Database Use this struct to mock out the basic CRUD methods bound to db.Database.