Versions in this module Expand all Collapse all v1 v1.0.1 May 14, 2024 v1.0.0 Sep 23, 2022 Changes in this version + type Stmt string + func NewStmt(stmtList interface{}) (Stmt, error) + type StmtList []interface + func AppendStmt(stmtList, stmt interface{}) (StmtList, error) + func NewStmtList(stmt interface{}) (StmtList, error)