Copied mongo repo (to patch it)

This commit is contained in:
2023-06-18 15:50:55 +02:00
parent 21d241f9b1
commit d471d7c396
544 changed files with 142039 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
.PHONY: run test version update-mongo
run:
echo "This is a library - can't be run" && false
@@ -8,4 +10,7 @@ test:
gotestsum --format "testname" -- -tags="timetzdata sqlite_fts5 sqlite_foreign_keys" "./test"
version:
_data/version.sh
_data/version.sh
update-mongo:
_data/update-mongo.sh