proxy.golang.org : github.com/bradleyfalzon/go-sqlmock
Package sqlmock is 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. The driver allows to mock any sql driver method behavior.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/bradleyfalzon/go-sqlmock
License: BSD-3-Clause
Latest release: over 8 years ago
First release: almost 10 years ago
Namespace: github.com/bradleyfalzon
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 10 days ago