I found the quarkus-hibernate-reactive-panache extension but I couldn't find an example of it using Panache orm with reactive repositories (In my case I use postgresql).
PanacheRepositoryBase.java seems that works as I need (smallrye.mutiny.*), could anybody link me to an example?
Thanks in advace, and nice work on quarkus project.
Regards