ydb-platform / ydb-java-sdk

YDB Java SDK
https://ydb.tech
Apache License 2.0
36 stars 19 forks source link

Add support for Hibernate Reactive #191

Open alex268 opened 10 months ago

alex268 commented 10 months ago

There is reactive project by Hibernate https://hibernate.org/reactive/ It is not JPA/JDBC version, but new experimental implementation for reactive ORM. Because YDB Java SDK provides asynchronous API - it seems to be possible to implement the reactive driver, based on SDK.