python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to define schema name in @MappedEntity annotation for r2dbc
I have kotlin & Micronaut application connecting to postgresql using r2dbc for reactive approach
r2dbc:
datasources:
default:
schema-generate: NONE
dialect: POSTGRES
url: r...

Ryuzaki L
Votes: 0
Answers: 2
dynamically choose columns in select with R2DB2
I have been trying to pass the columns I want to select in but out of the box it appears it is not possible. I have tried things like
@Query("SELECT :columns FROM USERS u WHERE u.LOCALE = :locale...
Mike3355
Votes: 0
Answers: 2
Enable R2DBC configuration only on demand
I'm working on a library that is consumed by some other project. The library offers database access through JDBC and I'd like to add support for R2DBC too in the same library. The consuming project s...
Liviu
Votes: 0
Answers: 1
How to zip nested lists with reactor and R2dbc
I have 3 tables in a postgres data base and am using R2dbc to query and connect them in a relational manner.
I have 3 entity classes (possibly shouldn't be data classes, but shouldn't effect the examp...
AlexJ
Votes: 0
Answers: 1