cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

yhu242
Node
since ‎09-11-2020
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have neo4j installed using docker-compose and successfully enabled apoc plug-in. I'm able to use call apoc.load.jdbc("hard-coded-db-connection-string", "my-table") to retrieve data from my database which is good. Of course, this is not convenient, ...