Skip to content

Commit 71006a6

Browse files
Add lsqlite3 addon
1 parent 71c1e74 commit 71006a6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,6 @@
221221
[submodule "addons/lua-enet/module"]
222222
path = addons/lua-enet/module
223223
url = https://github.com/masakk1/LuaCATS-lua-enet.git
224+
[submodule "addons/lsqlite3/module"]
225+
path = addons/lsqlite3/module
226+
url = https://github.com/KaitlynEthylia/LuaSQLite3-annotations

addons/lsqlite3/info.json

+5
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": "lsqlite3",
4+
"description": "Annotations for the LuaSQLite3 Library"
5+
}

addons/lsqlite3/module

Submodule module added at 0df638d

0 commit comments

Comments
 (0)