# Packages
No description provided by the author
# Constants
No description provided by the author
# Variables
ErrNotFound gets returned when a database record does not exist.
# Structs
No description provided by the author
# Type aliases
BigInt is a type alias for int64.
Bytes is a type alias for []byte.
DateTime is a type alias for time.Time.
Decimal points to github.com/shopspring/decimal.Decimal, as Go does not have a native decimal type.
JSON is a new type which implements the correct internal prisma (un)marshaller.