From ff218452ec1f980db8b17f5d2ad097d84d60fd6d Mon Sep 17 00:00:00 2001 From: ineed bots Date: Sun, 10 Sep 2023 15:07:18 -0600 Subject: [PATCH] add sqlite (xd!) --- .gitmodules | 3 +++ deps/SQLiteCpp | 1 + 2 files changed, 4 insertions(+) create mode 160000 deps/SQLiteCpp diff --git a/.gitmodules b/.gitmodules index f9af3b0..11e0d20 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,3 +26,6 @@ [submodule "deps/csv-parser"] path = deps/csv-parser url = https://github.com/AriaFallah/csv-parser +[submodule "deps/SQLiteCpp"] + path = deps/SQLiteCpp + url = https://github.com/SRombauts/SQLiteCpp diff --git a/deps/SQLiteCpp b/deps/SQLiteCpp new file mode 160000 index 0000000..bcb4c78 --- /dev/null +++ b/deps/SQLiteCpp @@ -0,0 +1 @@ +Subproject commit bcb4c78fed6628f150c28fa6377c2b0430f7f99b