ghostbear / kumaslash

A discord bot made like a Enterprise application
Mozilla Public License 2.0
10 stars 3 forks source link

Seperate Guild and Tachiyomi database into seperate databases #44

Closed ghostbear closed 1 year ago

ghostbear commented 1 year ago

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>