2 title: Spring-Data R2DBC
3 date: 2019-09-27T18:51:08+02:00
6 parent: Persistence APIs
15 The `spring-data-r2dbc` based implementation. It generates Spring-Data repository interfaces that use the entire SQL statements as annotation value.
17 | Read | Write | Call | Batch Write | Rxjava | Stream Eager | Stream Lazy |
18 |------|-------|------|-------------|--------|--------------|-------------|
19 | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ |
23 In order to use `YoSQL` together with [Maven](https://maven.apache.org/), take a look at the tooling [documentation
24 for Maven](/tooling/maven/).
26 {{< maven/persistence/spring-data-r2dbc/index >}}