From d12c8fb042fe0507bb2d3772c463ca0d5556491f Mon Sep 17 00:00:00 2001 From: Ugo Bechameil Date: Thu, 6 Oct 2022 09:02:26 +0200 Subject: [PATCH] add reference to yugabyteDB-YSQL plugin --- pluginRegistry.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pluginRegistry.json b/pluginRegistry.json index 3b6c01a..bf1c3f7 100644 --- a/pluginRegistry.json +++ b/pluginRegistry.json @@ -263,6 +263,14 @@ "authorRepo": "https://github.com/hackolade", "description": "Hackolade plugin for TinkerPop", "repository": "https://github.com/hackolade/tinkerpop" + }, + { + "name": "YugabyteDB-YSQL", + "target": "YugabyteDB-YSQL", + "author": "hackolade", + "authorRepo": "https://github.com/hackolade", + "description": "Hackolade plugin for YugabyteDB YSQL API", + "repository": "https://github.com/hackolade/YugabyteDB-YSQL" } ] }