From 6dce7184bdb6cd8370638254874337d92b0c28cb Mon Sep 17 00:00:00 2001 From: igor Date: Sat, 12 Apr 2025 15:30:27 +0200 Subject: [PATCH] added library Medoo = wrapper for PHP PDO (connection to database) --- .gitmodules | 3 +++ lib/Medoo | 1 + lib/README.md | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 lib/Medoo create mode 100644 lib/README.md diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2590999 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/Medoo"] + path = lib/Medoo + url = https://github.com/catfan/Medoo.git diff --git a/lib/Medoo b/lib/Medoo new file mode 160000 index 0000000..2613656 --- /dev/null +++ b/lib/Medoo @@ -0,0 +1 @@ +Subproject commit 2613656761b98c11ea1fb34502dafde4f4fe6414 diff --git a/lib/README.md b/lib/README.md new file mode 100644 index 0000000..b6a0097 --- /dev/null +++ b/lib/README.md @@ -0,0 +1 @@ +# Directory for external libraries