Currently, the Guild and the Tachiyomi database tables are in the same database it would be ideal to have them separate as that would mean all modules are plug-and-play
Flyway migrations will most likely need to move to a subfolder in the resource folder <name>/db/migrations
Configuration for the databases can be nested under spring.r2dbc.<name>
Currently, the Guild and the Tachiyomi database tables are in the same database it would be ideal to have them separate as that would mean all modules are plug-and-play
Flyway migrations will most likely need to move to a subfolder in the resource folder
<name>/db/migrations
Configuration for the databases can be nested under
spring.r2dbc.<name>