Kotlin and Ktor

Hello,

I don't know if it's unusal but I found very little documentation on how to use neo4j with kotlin and more specially Ktor. I'm very new to this technology and it's a little bit confusing. I can perfectly run a neo4j instance and perform query in its web ui but I don't find how to integrate it in my application.

Do you have recommendation, references or so ?

1 Like

@noahfraiture I just released the Kotlin coroutine adapter for Neo4j Java drivers:

I am also working on a demo project showing complete ktor example with fully asynchronous coroutine call stack. I will post it soon.