We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3ed1f commit dbaae78Copy full SHA for dbaae78
extensions/lua/description.yml
@@ -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_next: a6444b3469226d0bafc3aa31651e38b17278afd8
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