Cannot find apoc.jdbc on Neo4J Desktop

Hello,

I am using Neo4j desktop 1.5.9 on Windows 11.
The application works fine so far. I found in the documentation that there is a driver for jdbc connects to relational databases. I installed the APOC library 5.19 via the desktop plugin screen. Unfortunately I learnt that the jdbc module is not part of APOC core but of the extended version. However, I cannot find this in the desktop HMI.

Can anybody give me a hint how to install APOC extended on Neo4J desktop?

Thanks in advance!

There is an installation section that has a link for each version.

In GitHub you will find the jar under the Assets section. Expand it if it is not expanded by default.

Dear team,

thank you for your instructions. I finally managed to set up a postgres connection. It took me a while, though, to realize that I had to get the suitable JDBC driver from Postgres first. Nevertheless, I have now imported on postgres table as a node in Neo4J.

Best regards!