# Variables
ErrDatabaseNotInitialized indicates that the database is not initialized, usually due to an incomplete configuration.
# Structs
Date represents a date stored as "YYYY-MM-DD".
ErrMigrationNeeded indicates that a database migration is needed before the database can be initialized.
NullDate represents a nullable date stored as "YYYY-MM-DD".
NullTimestamp represents a nullable time stored in RFC3339 format.
Timestamp represents a time stored in RFC3339 format.
UTCTimestamp stores a time in UTC.