In a data integration project, I’m using :duct.migrator/ragtime to set up the main datastore. I’d also like to set up a second datastore with a couple of tables. Can I use ragtime for 2 databases?
This init-key seems to only handle literally :duct.migrator/ragtime
from src https://github.com/duct-framework/migrator.ragtime/blob/master/src/duct/migrator/ragtime.clj
@bocaj Yes you can. Again composite keys to the rescue! 😁
Nice!