# 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.