We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c1e74 commit b57b1e9Copy full SHA for b57b1e9
.gitmodules
@@ -221,3 +221,6 @@
221
[submodule "addons/lua-enet/module"]
222
path = addons/lua-enet/module
223
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
@@ -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
0 commit comments