struct.go 100 B

123456
  1. package db
  2. import "github.com/jmoiron/sqlx"
  3. type Stmt = sqlx.Stmt
  4. type NamedStmt = sqlx.NamedStmt