Mock library implementing the database/sql driver interface for testing database interactions without a real database.
go get github.com/DATA-DOG/go-sqlmockNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a mock database, expect a query, and execute it.
Use sqlmock.QueryMatcherOption to change matching behavior (e.g., regexp or exact).
No dependency data recorded yet.