Versions in this module Expand all Collapse all v0 v0.0.2 May 21, 2026 v0.0.1 May 21, 2026 Changes in this version + const StatusGenerateError + const StatusInternalError + const StatusInvalidArgument + const StatusParseError + const StatusSerializationError + const StatusSuccess + const StatusTranspileError + const StatusValidationError + func AnnotateTypes(sql, dialect, schemaJSON string) (string, error) + func DialectCount() int32 + func DialectList() (string, error) + func Diff(sql1, sql2, dialect string) (string, error) + func Format(sql, dialect string) (string, error) + func FormatWithOptions(sql, dialect, optionsJSON string) (string, error) + func Generate(astJSON, dialect string) (string, error) + func Lineage(columnName, sql, dialect string) (string, error) + func LineageWithSchema(columnName, sql, schemaJSON, dialect string) (string, error) + func LoadLibrary(libPath string) error + func Optimize(sql, dialect string) (string, error) + func Parse(sql, dialect string) (string, error) + func ParseOne(sql, dialect string) (string, error) + func QualifyTables(astJSON, optionsJSON string) (string, error) + func RenameTablesWithOptions(astJSON, mappingJSON, optionsJSON string) (string, error) + func SourceTables(columnName, sql, dialect string) (string, error) + func Tokenize(sql, dialect string) (string, error) + func Transpile(sql, fromDialect, toDialect string) (string, error) + func TranspileWithOptions(sql, fromDialect, toDialect, optionsJSON string) (string, error) + func Validate(sql, dialect string) (valid bool, errorsJSON string, err error) + func Version() string