#125 - First draft of R2DBC benchmarks.

TODOs:

- Review interaction with the JDBC auto-configuration
- Wait for tcp protocol of H2 to be supported
- Wait for Postgres to accept credentialless connections (see [0])

[0] https://github.com/r2dbc/r2dbc-postgresql/issues/125
This commit is contained in:
Oliver Drotbohm
2019-08-13 11:05:53 +02:00
committed by Mark Paluch
parent ba8d634fd8
commit bdf518841b
9 changed files with 287 additions and 0 deletions

View File

@@ -2,3 +2,6 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/benchmark
spring.datasource.platform=postgres
spring.datasource.initialization-mode=always
spring.r2dbc.url=r2dbc:postgresql://localhost:5432/benchmark
spring.r2dbc.platform=postgres
spring.r2dbc.initialization-mode=always