Versions in this module Expand all Collapse all v1 v1.0.4 Feb 25, 2024 v1.0.3 Feb 25, 2024 Changes in this version + func CreateSchema(sqlText, originApp string, biscuitArray []string) (errMsg string, status bool) + func CreateTable(sqlText, accessType, originApp string, biscuitArray []string, ...) (errMsg string, status bool) + func DDL(sqlText, originApp string, biscuitArray []string) (errMsg string, status bool) + func DML(sqlText, originApp string, biscuitArray []string, resources []string) (errMsg string, status bool) + func DQL(sqlText, originApp string, biscuitArray, resources []string, rowCount int) (data []byte, errMsg string, status bool)