Description: |
A mock library implementing SQL driver, which has one and only purpose - to
simulate any SQL driver behavior in tests, without needing a real database
connection. It helps to maintain correct TDD workflow.
It does not require any modifications to your source code in order to test and
mock database operations. Supports concurrency and multiple database mocking.
This package contains library source intended for building other packages which
use import path with gopkg.in/DATA-DOG/go-sqlmock.v1 prefix. |