This extension, evalexpr_rhai, adds functions that allow the Rhai scripting language to be evaluated within DuckDB SQL statements.
Full documentation, including installation, usage, the function reference, and cookbook examples, is available at:
https://query.farm/products/extensions/evalexpr_rhai
INSTALL evalexpr_rhai FROM community;
LOAD evalexpr_rhai;For instructions on building the extension from source and running its tests, see BUILDING.md.