[ ソース: golang-github-data-dog-go-sqlmock ]
パッケージ: golang-github-data-dog-go-sqlmock-dev (1.4.1-1)
golang-github-data-dog-go-sqlmock-dev に関するリンク
Debian の資源:
golang-github-data-dog-go-sqlmock ソースパッケージをダウンロード:
- [golang-github-data-dog-go-sqlmock_1.4.1-1.dsc]
- [golang-github-data-dog-go-sqlmock_1.4.1.orig.tar.gz]
- [golang-github-data-dog-go-sqlmock_1.4.1-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.