duckdb-evalexpr-rhai-extension
Scripting engine
Allows evaluating a scripting language in SQL statements within a database
A DuckDB extension to evaluate the Rhai scripting language as part of SQL.
14 stars
2 watching
0 forks
Language: C++
last commit: 10 days ago
Linked from 1 awesome list
databaseduckdbduckdb-extensionrhairhai-scriptuser-defined-functions
Related projects:
Repository | Description | Stars |
---|---|---|
rustyconover/duckdb-shellfs-extension | An extension to a database system that enables the use of Unix pipes for input and output. | 56 |
ywelsch/duckdb-prql | An extension to a relational database system that supports a custom query language | 260 |
duckdb/duckdb-rs | An ergonomic Rust wrapper for DuckDB's C API | 505 |
rustyconover/duckdb-crypto-extension | An extension to DuckDB that adds cryptographic hash functions and HMAC calculation capabilities. | 11 |
rustyconover/duckdb-lindel-extension | An extension for DuckDB that enables efficient ordering of multi-dimensional data using space-filling curves. | 32 |
mause/duckdb_engine | Provides a SQLAlchemy driver for DuckDB, enabling Python developers to interact with the DuckDB database using standard SQL | 355 |
mehd-io/duckdb-extension-radar | Provides information about DuckDB extensions found on GitHub. | 82 |
markroddy/duckdb-pytables | An extension for DuckDB that allows running SQL queries on arbitrary data sources using Python functions. | 83 |
rustyconover/duckdb-fuzzycomplete-extension | A DuckDB extension that provides fuzzy string matching based autocompletion | 7 |
r-lyeh-archived/scriptorium | A benchmarking study of scripting languages embedded in C++ and statically linked. | 499 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
duckdb/duckdb_inet | A C++ implementation of a lightweight, self-contained, and network-capable relational database engine | 1 |
duckdb/duckdb_aws | An extension to DuckDB that provides features utilizing the AWS SDK | 42 |
cch123/elastic-rs | Converts bool expressions to Elasticsearch's DSL syntax | 50 |
duckdb/duckdb_iceberg | An extension to a C++ relational database management system that adds support for Apache Iceberg data storage | 158 |