Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
golang-gopkg-data-dog-sqlmock-1 - SQL mock driver for golang to test database interactions
- 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.
Packages