package db import "github.com/jmoiron/sqlx" type Stmt = sqlx.Stmt type NamedStmt = sqlx.NamedStmt