[ 源代码: golang-github-data-dog-go-sqlmock ]
软件包:golang-github-data-dog-go-sqlmock-dev(1.3.0-1)
golang-github-data-dog-go-sqlmock-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-data-dog-go-sqlmock:
- [golang-github-data-dog-go-sqlmock_1.3.0-1.dsc]
- [golang-github-data-dog-go-sqlmock_1.3.0.orig.tar.gz]
- [golang-github-data-dog-go-sqlmock_1.3.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Sql mock driver for golang to test database interactions
This is a mock driver as database/sql/driver which is very flexible and pragmatic to manage and mock expected queries. All the expectations should be met and all queries and actions triggered should be mocked in order to pass a test. The package has no 3rd party dependencies.
This package contains the source.