Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Add persistance #3

Open
kikawet opened this issue Jul 14, 2022 · 2 comments · May be fixed by #16
Open

Add persistance #3

kikawet opened this issue Jul 14, 2022 · 2 comments · May be fixed by #16

Comments

@kikawet
Copy link
Owner

kikawet commented Jul 14, 2022

Move all the logic into a database

Maybe MongoDB is the most suited in this case since this is a reactive app + there is lots of documentation

@kikawet
Copy link
Owner Author

kikawet commented Jul 23, 2022

discard mongo, spring has support for reactive relational database
Docs - Spring Data R2DBC
Example - Spring Data R2DBC basics
Baeldung - A Quick Look at R2DBC with Spring Data

@kikawet kikawet linked a pull request Jul 25, 2022 that will close this issue
@kikawet
Copy link
Owner Author

kikawet commented Aug 2, 2022

Since relations are not supported I'll rather move to blocking JPA than made that myself

Support for one-to-one and one-to-many relationships

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant