# Functions
CtxWithDB create a context that contain the specified *gorm.DB value.
CtxWithLog create a context that contain the specified *slog.Logger value.
DBFromCtx get a db from a specified context.
LogFromCtx get a log from a specified context.