@mwater/expressions
v2.52.0
Published
Expression library
Downloads
5
Readme
Expressions
Defines a language for expressions that return a value for a single row of a table. Also gives a React-based UI for editing expressions.
Complex expressions involving joins, arithmetic or case statements can be created visually and then compiled to SQL or interpreted.
See the docs for more information.
To add a new expression
- Add tests in
ExprCompilerTests
- Add tests in
testExprs
- Add the expression in
ExprUtils
- Update
ExprCompiler
- Update
ExprEvaluator
- Make tests pass