sqlmock

package
v2.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2026 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package sqlmock provides SQL mocking utilities for testing. This package is separate from helpers to avoid import cycles with database packages.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSQLMock

func NewSQLMock() (*sql.DB, sqlmock.Sqlmock, error)

NewSQLMock creates a new SQL mock for testing database operations. Returns a mock database connection and a sqlmock.Sqlmock for setting expectations.

func SetupSQLMock

func SetupSQLMock() (*sql.DB, sqlmock.Sqlmock, error)

SetupSQLMock creates a sqlmock with regex query matching enabled.

func SetupSQLMockWithExpectations

func SetupSQLMockWithExpectations() (*sql.DB, sqlmock.Sqlmock, error)

SetupSQLMockWithExpectations creates a sqlmock with common expectations.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL