Skip to content

Commit 888f450

Browse files
authored
Merge pull request #480 from isaacbrodsky/add-lua
add lua extension
2 parents f22b6db + da10fc0 commit 888f450

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

extensions/lua/description.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
extension:
2+
name: lua
3+
description: Evaluate Lua scripts within queries
4+
version: 1.4.0
5+
language: C++
6+
build: cmake
7+
license: MIT
8+
maintainers:
9+
- isaacbrodsky
10+
11+
repo:
12+
github: isaacbrodsky/duckdb-lua
13+
ref: f37579669ddc8ba23fb3a9c0123dd448c72f0bf4
14+
15+
docs:
16+
hello_world: |
17+
SELECT lua('return "Hello " .. context', "World");
18+
extended_description: |
19+
Adds support for the Lua embedded scripting language to DuckDB.

0 commit comments

Comments
 (0)