Skip to content

Commit b57b1e9

Browse files
Add lsqlite3 addon (#113)
* Add lsqlite3 addon * chore: Update Addon Metadata --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71c1e74 commit b57b1e9

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
"size": 51283,
6+
"hasPlugin": false
7+
}

addons/lsqlite3/module

Submodule module added at 0df638d

0 commit comments

Comments
 (0)