package
0.0.0-20210708194148-39e06cabe440
Repository: https://github.com/saharsh-samples/go-mux-sql-starter.git
Documentation: pkg.go.dev

# Functions

NewDatabaseWithMockConnection creates a real db.Database instance with mocked driver using github.com/DATA-DOG/go-sqlmock.

# Structs

MockDatabase is a test friendly implementation of db.Database Use this struct to mock out the basic CRUD methods bound to db.Database.