Sql mock driver for Golang to test database interactions
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. This package provides symbolic links that alias the following Go import paths to github.com/DATA-DOG/go-sqlmock: – gopkg.in/DATA-DOG/go-sqlmock.v1 Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly github.com/DATA-DOG/go-sqlmock.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.5.0-12.fc41 | - |
Fedora 41 | 1.5.0-12.fc41 | - |
Fedora 40 | 1.5.0-10.fc40 | - |
You can contact the maintainers of this package via email at
golang-github-data-dog-sqlmock dash maintainers at fedoraproject dot org
.