You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,6 +33,7 @@ this library aims at providing the most useful features that are really missing
33
33
- Sequence
34
34
- Insert multiple rows in a single INSERT request (except for MySql)
35
35
- Schema generation, with indexes, foreign key constraints, sequences
36
+
- Array columns (only with Postgresql)
36
37
37
38
Features are detailed with examples in the [wiki section](https://github.com/lecousin/lc-spring-data-r2dbc/wiki)
38
39
@@ -44,7 +45,7 @@ Features are detailed with examples in the [wiki section](https://github.com/lec
44
45
45
46
## Dependencies
46
47
47
-
- Spring Boot (org.springframework.boot:spring-boot-starter-data-r2dbc) version 2.6.5, Latest version: 
48
+
- Spring Boot (org.springframework.boot:spring-boot-starter-data-r2dbc) version 2.6.6, Latest version: 
48
49
- commons-lang3 version 3.12.0, Latest version: 
49
50
- javassist version 3.28.0-GA, Latest version: 
0 commit comments