spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
753 stars 345 forks source link

Spring Data R2DBC documentation has no information about ConnectionFactoryInitializer and initializing a Database #1720

Closed amirensit closed 7 months ago

amirensit commented 7 months ago

Hi.

I am unable to find documentation about initializing a Database, ResourceDatabasePopulator or ScriptUtils.

I find only this link at 1.0.x version. (https://docs.spring.io/spring-data/r2dbc/docs/1.0.x/reference/html/#r2dbc.init)

Is it deprecated, removed ?

mp911de commented 7 months ago

Foundational components of Spring Data R2DBC have been migrated to Spring Framework. You can find the documentation at https://docs.spring.io/spring-framework/reference/data-access/r2dbc.html.

amirensit commented 7 months ago

I don't see even here https://docs.spring.io/spring-framework/reference/data-access/r2dbc.html the part about about initializing a Database, ResourceDatabasePopulator or ScriptUtils.

mp911de commented 7 months ago

I assume this is because these sections would largely duplicate https://docs.spring.io/spring-framework/reference/data-access/jdbc/initializing-datasource.html