package handler import "github.com/uptrace/bun" type Handler struct { DB *bun.DB }