Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lsqlite3 addon #113

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@
[submodule "addons/ao/module"]
path = addons/ao/module
url = https://github.com/martonlederer/ao-definitions
[submodule "addons/lsqlite3/module"]
path = addons/lsqlite3/module
url = https://github.com/KaitlynEthylia/LuaSQLite3-annotations
5 changes: 5 additions & 0 deletions addons/lsqlite3/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "lsqlite3",
"description": "Annotations for the LuaSQLite3 Library"
}
1 change: 1 addition & 0 deletions addons/lsqlite3/module
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run Stylua to format the code and then push the updates.

Submodule module added at ac84ff
Loading