package common

type Prepared struct {
	Query string
	Args  []any
}