Skip to content

Document how to initialize a database with R2DBC #20742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
snicoll opened this issue Mar 31, 2020 · 0 comments
Closed

Document how to initialize a database with R2DBC #20742

snicoll opened this issue Mar 31, 2020 · 0 comments
Assignees
Labels
type: documentation A documentation update
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Mar 31, 2020

Follow-up of #20715

Neither Flyway nor Liquibase have native support for R2DBC at the moment. One way to initialize a database using R2DBC is to create a DataSource for the duration of the migration.

Hopefully both of them have excellent support for that and we expose properties to let users configure the database to migrate. A caveat is that spring-jdbc is still required on the classpath so we should document all that and make sure it works as expected with smoke tests.

@snicoll snicoll added the type: documentation A documentation update label Mar 31, 2020
@snicoll snicoll added this to the 2.3.x milestone Mar 31, 2020
@snicoll snicoll self-assigned this Mar 31, 2020
@snicoll snicoll modified the milestones: 2.3.x, 2.3.0.M4 Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

1 participant