Syntax
Arguments
List of arguments to provide.The value to convert into a RuloDB expression. Can be a primitive value, object, array, or
function.
Optargs
No optional arguments.Returns
Returns a RuloDB expression that can be used in queries, operations, and transformations.
Behavior
- Allows you to perform operations on literal values within queries.
- Enables complex computations and transformations within database operations.
- Expressions are evaluated on the database server, reducing overhead on the client.
Notes & Caveats
- Expressions are particularly useful for server-side computations.
- Expressions can be chained with other RuloDB operations.
Example
Basic value expressions
Convert values to RuloDB expressions.Related Functions
Found a typo? Or maybe a broken link? RuloDB is open-source, help us fix it!

