From b4980035940e341c83be356afeb14cae71ebb958 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Wed, 15 Nov 2023 12:48:29 +0200 Subject: [PATCH] Add FalkorDB under modules (#2545) --- modules/community/github.com/FalkorDB/FalkorDB.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/community/github.com/FalkorDB/FalkorDB.json diff --git a/modules/community/github.com/FalkorDB/FalkorDB.json b/modules/community/github.com/FalkorDB/FalkorDB.json new file mode 100644 index 0000000000..dac23f5ead --- /dev/null +++ b/modules/community/github.com/FalkorDB/FalkorDB.json @@ -0,0 +1,8 @@ +{ + "name": "FalkorDB", + "license": "SSPL", + "description": "A graph database with a Cypher-based querying language using sparse adjacency matrices", + "github": [ + "FalkorDB" + ] +}