Skip to content

Commit 808cdfd

Browse files
committed
add submodule
1 parent 9acd570 commit 808cdfd

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,6 @@
271271
[submodule "addons/rapidjson/module"]
272272
path = addons/rapidjson/module
273273
url = https://github.com/saspivey98/rapidjson-definitions.git
274+
[submodule "addons/luasql/module"]
275+
path = addons/luasql/module
276+
url = https://github.com/saspivey98/luasql-definitions

addons/luasql/info.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
3+
"name": "LuaSQL",
4+
"description": "LuaSQL is a simple interface from Lua to a DBMS."
5+
}

addons/luasql/module

Submodule module added at 8c6fcf1

0 commit comments

Comments
 (0)