From e6af09a6add15aa4ddc05ee4c1b655369f158af6 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Tue, 5 Sep 2023 06:12:16 +0200 Subject: [PATCH] Add language injections for official Python driver (#82) --- .../src/main/resources/pythonInjections.xml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/graph-database-plugin/src/main/resources/pythonInjections.xml b/graph-database-plugin/src/main/resources/pythonInjections.xml index 196f6322..dcb3a204 100644 --- a/graph-database-plugin/src/main/resources/pythonInjections.xml +++ b/graph-database-plugin/src/main/resources/pythonInjections.xml @@ -13,4 +13,30 @@ + + + Neo4j - neo4j Driver.class (neo4j.Driver) + + + + + + Neo4j - neo4j Driver.Session.class (neo4j.Session) + + + + + + + Neo4j - neo4j Driver.Session.class (neo4j.Transaction) + + + + + + + Neo4j - neo4j Query.class (neo4j.Query) + + +