-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sqlite-vector
updated
14 files
+88 −0 | .github/workflows/release.yaml | |
+73 −0 | .github/workflows/test.yaml | |
+119 −0 | .github/workflows/upload.js | |
+2 −1 | .gitignore | |
+3 −0 | .gitmodules | |
+1 −1 | CMakeLists.txt | |
+35 −0 | Makefile | |
+6 −0 | README.md | |
+0 −0 | docs.md | |
+10 −0 | include/vectors.h | |
+121 −39 | src/extension.cpp | |
+51 −16 | tests/test-loadable.py | |
+5 −0 | vendor/get_sqlite.sh | |
+1 −0 | vendor/json |