README ¶ CEL2ANSISQL This package builds a mapper between the Common Expression Language and Structured Query Language standards. Specifically, this package attempts to provide a mapping for ANSI SQL, as a way to ensure the highest re-usability of the SQL generated. Mapping Table Operators CEL SQL == = && AND || OR Functions CEL SQL startsWith($1) LIKE CONCAT($1, '%%') Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func ConvertToSQL(a *cel.Ast) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ConvertToSQL ¶ func ConvertToSQL(a *cel.Ast) (string, error) ConvertToSQL converts a CEL AST to ANSI SQL Types ¶ This section is empty. Source Files ¶ View all Source files cel2ansisql.go Click to show internal directories. Click to hide internal directories.