package
0.0.0-20210604162551-bd732eeb2dd9
Repository: https://github.com/nofeaturesonlybugs/sqlhbenchmarks.git
Documentation: pkg.go.dev

# Functions

NewMapper returns an appropriate *set.Mapper for the types in this package.
NewModels returns a model.Models for the types in this package.

# Variables

AddressRecords is initialized when importing the package.
Model table names.
SaleRecords is initialized when importing the package.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Address model to represent an address.
SaleReport is a SELECT destination; it does not represent models.
Time overloads time.Time so we can use the same type in our models for CreatedTime and ModifiedTime and use it in multiple database drivers.

# Interfaces

MockRows is the interface for mocking rows.
TestModel represents models that we test.